Color Hex Logo

#dcbc45 Color Hex

#DCBC45
(220,188,69)
0 Favorites   0 Comments

Color spaces of #dcbc45

RGB 22018869
HSL0.130.680.57
HSV47°69°86°
CMYK 0.000.150.69   0.14
XYZ48.572651.611813.0322
Yxy51.61180.42900.4559
Hunter Lab71.8414-5.036939.5336
CIE-Lab77.0481-1.320361.8644

#dcbc45 color RGB value is (220,188,69).

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

The process color (four color CMYK) of #dcbc45 color hex is 0.00, 0.15, 0.69, 0.14. Web safe color of #dcbc45 is #cccc33. Color #dcbc45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 01000101
Octal 334 274 105
Decimal 220 188 69
Hex DC BC 45

RGB Percentages of Color #dcbc45

%46.12
%39.41
%14.47

CMYK Percentages of Color #dcbc45

%0
%15
%69
%14

Triadic Colors of #dcbc45

#dcbc45 #45dcbc #bc45dc

Analogous Colors of #dcbc45

#dcbc45 #b1dc45 #dc7145

Monochromatic Colors of #dcbc45

#dcbc45

Complementary Color

#dcbc45 #4565dc

#dcbc45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbc45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbc45 Color CSS Codes

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

#dcbc45 Text Font Color

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

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


#dcbc45 Background Color

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

This div background color is #dcbc45


#dcbc45 Border Color

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

This div border color is #dcbc45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbc45


Comments

No comments written yet.

Please login to write comment.