Html Css Color HEX #DCB06D Equator

📋 copy color: '#DCB06D'

red 220 ◦ green 176 ◦ blue 109

#DCB06D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DCB06D

Tints of Equator #DCB06D

RGB

 RED value IS 220 (86.33% from 255) = 43.56%

 GREEN value IS 176 (69.14% from 255) = 34.85%

 BLUE value IS 109 (42.97% from 255) = 21.58%

R = 43.56%
G = 34.85%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.50

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCB06D (or 0xDCB06D) is known color: Equator. HEX triplet: DC, B0 and 6D. RGB value is (220,176,109). Sum of RGB (Red+Green+Blue) = 220+176+109=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB06D is #234F92. Grayscale: #B5B5B5. Windows color (decimal): -2314131 or 7188700. OLE color: 7188700.

HSL color Cylindrical-coordinate representation of color #DCB06D: hue angle of 36.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCB06D is Cyan = 0, Magento = 0.2, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 109 -
CMYK 0 0.2 0.50 0.14
HSL 36.22º 0.61% 0.65% -
HSV(B) 36.22º 0.5% 0.86% -
XYZ 47.8 47.37 21.09 -
YUV 181.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 220 176 109 0 0.2 0.50 0.14 36.22 0.61 0.65
Hex DC B0 6D 0 14 32 E 24 3D 41
Octal 334 260 155 0 24 62 16 44 75 101
Binary 11011100 10110000 1101101 0 10100 110010 1110 100100 111101 1000001

Color Harmonies of #DCB06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB06D

Black with #DCB06D

Text Example


Text Example

White with #DCB06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB06D; }

 p { color: rgb(220,176,109); }

 H1.HeaderClassName
 {
   color: #DCB06D;
 }
 .AnyTagClassName
 {
   color: #DCB06D;
 }
</style>

background-color css

<style>
 a { background-color: #DCB06D; }

 a { background-color: rgb(220,176,109); }

 div.DivClassName
 {
   background-color: #DCB06D;
 }
 .BgClassName
 {
   background-color: #DCB06D;
 }
</style>

border-color css

<style>
 span { border-color: #DCB06D; }

 span { border-color: rgb(220,176,109); }

 td.TdClassName
 {
   border-color: #DCB06D;
 }
 .TagClassName
 {
   border-color: #DCB06D;
 }
</style>