Color Hex Logo

#dbc601 Color Hex

#DBC601
(219,198,1)
0 Favorites   0 Comments

Color spaces of #dbc601

RGB 2191981
HSL0.150.990.43
HSV54°100°86°
CMYK 0.000.101.00   0.14
XYZ49.413055.45048.1274
Yxy55.45040.43730.4908
Hunter Lab74.4650-11.866045.6544
CIE-Lab79.3000-8.734380.1009

#dbc601 color RGB value is (219,198,1).

#dbc601 hex color red value is 219, green value is 198 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dbc601 hue: 0.15 , saturation: 0.99 and the lightness value of dbc601 is 0.43.

The process color (four color CMYK) of #dbc601 color hex is 0.00, 0.10, 1.00, 0.14. Web safe color of #dbc601 is #cccc00. Color #dbc601 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 00000001
Octal 333 306 1
Decimal 219 198 1
Hex DB C6 1

RGB Percentages of Color #dbc601

%52.39
%47.37
%0.24

CMYK Percentages of Color #dbc601

%0
%10
%100
%14

Triadic Colors of #dbc601

#dbc601 #01dbc6 #c601db

Analogous Colors of #dbc601

#dbc601 #83db01 #db5901

Monochromatic Colors of #dbc601

#dbc601

Complementary Color

#dbc601 #0116db

#dbc601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc601 Color CSS Codes

.mybgcolor {background-color:#dbc601; } 
.myforecolor {color:#dbc601; }
.mybordercolor {border:3px solid #dbc601; }

#dbc601 Text Font Color

<p style="color:#dbc601">Text here</p>

This sample text font color is #dbc601
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbc601 Background Color

<div style="background-color:#dbc601">
Div content here</div>

This div background color is #dbc601


#dbc601 Border Color

<div style="border:3px solid #dbc601">
Div here</div>

This div border color is #dbc601


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,198,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbc601; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbc601;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc601;
  box-shadow:         1px 1px 3px 2px #dbc601; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,198,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbc601">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc601;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc601;
  box-shadow:         1px 1px 3px 2px #dbc601;">
Div content here</div>

This div box has shadow with color #dbc601


Comments

No comments written yet.

Please login to write comment.