Color Hex Logo

#dcb348 Color Hex

#DCB348
(220,179,72)
0 Favorites   0 Comments

Color spaces of #dcb348

RGB 22017972
HSL0.120.680.57
HSV43°67°86°
CMYK 0.000.190.67   0.14
XYZ46.805047.923712.9142
Yxy47.92370.43480.4452
Hunter Lab69.2269-0.461637.3984
CIE-Lab74.77683.560958.2466

#dcb348 color RGB value is (220,179,72).

#dcb348 hex color red value is 220, green value is 179 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dcb348 hue: 0.12 , saturation: 0.68 and the lightness value of dcb348 is 0.57.

The process color (four color CMYK) of #dcb348 color hex is 0.00, 0.19, 0.67, 0.14. Web safe color of #dcb348 is #cccc33. Color #dcb348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 01001000
Octal 334 263 110
Decimal 220 179 72
Hex DC B3 48

RGB Percentages of Color #dcb348

%46.71
%38.00
%15.29

CMYK Percentages of Color #dcb348

%0
%19
%67
%14

Triadic Colors of #dcb348

#dcb348 #48dcb3 #b348dc

Analogous Colors of #dcb348

#dcb348 #bbdc48 #dc6948

Monochromatic Colors of #dcb348

#dcb348

Complementary Color

#dcb348 #4871dc

#dcb348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb348 Color CSS Codes

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

#dcb348 Text Font Color

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

This sample text font color is #dcb348
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.


#dcb348 Background Color

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

This div background color is #dcb348


#dcb348 Border Color

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

This div border color is #dcb348


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,179,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcb348; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcb348;
  -webkit-box-shadow: 1px 1px 3px 2px #dcb348;
  box-shadow:         1px 1px 3px 2px #dcb348; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,179,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb348


Comments

No comments written yet.

Please login to write comment.