Color Hex Logo

#dcb248 Color Hex

#DCB248
(220,178,72)
0 Favorites   0 Comments

Color spaces of #dcb248

RGB 22017872
HSL0.120.680.57
HSV43°67°86°
CMYK 0.000.190.67   0.14
XYZ46.605347.524312.8476
Yxy47.52430.43570.4442
Hunter Lab68.93790.033337.2069
CIE-Lab74.52394.088657.9798

#dcb248 color RGB value is (220,178,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 01001000
Octal 334 262 110
Decimal 220 178 72
Hex DC B2 48

RGB Percentages of Color #dcb248

%46.81
%37.87
%15.32

CMYK Percentages of Color #dcb248

%0
%19
%67
%14

Triadic Colors of #dcb248

#dcb248 #48dcb2 #b248dc

Analogous Colors of #dcb248

#dcb248 #bcdc48 #dc6848

Monochromatic Colors of #dcb248

#dcb248

Complementary Color

#dcb248 #4872dc

#dcb248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb248 Color CSS Codes

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

#dcb248 Text Font Color

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

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


#dcb248 Background Color

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

This div background color is #dcb248


#dcb248 Border Color

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

This div border color is #dcb248


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,178,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 #dcb248">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb248


Comments

No comments written yet.

Please login to write comment.