Color Hex Logo

#dcb748 Color Hex

#DCB748
(220,183,72)
0 Favorites   0 Comments

Color spaces of #dcb748

RGB 22018372
HSL0.130.680.57
HSV45°67°86°
CMYK 0.000.170.67   0.14
XYZ47.618449.550513.1853
Yxy49.55050.43150.4490
Hunter Lab70.3921-2.435738.1687
CIE-Lab75.79251.456859.3151

#dcb748 color RGB value is (220,183,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 01001000
Octal 334 267 110
Decimal 220 183 72
Hex DC B7 48

RGB Percentages of Color #dcb748

%46.32
%38.53
%15.16

CMYK Percentages of Color #dcb748

%0
%17
%67
%14

Triadic Colors of #dcb748

#dcb748 #48dcb7 #b748dc

Analogous Colors of #dcb748

#dcb748 #b7dc48 #dc6d48

Monochromatic Colors of #dcb748

#dcb748

Complementary Color

#dcb748 #486ddc

#dcb748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb748 Color CSS Codes

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

#dcb748 Text Font Color

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

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


#dcb748 Background Color

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

This div background color is #dcb748


#dcb748 Border Color

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

This div border color is #dcb748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb748


Comments

No comments written yet.

Please login to write comment.