Html Css Color HEX #DCB06E Equator

📋 copy color: '#DCB06E'

red 220 ◦ green 176 ◦ blue 110

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

Shades of Equator #DCB06E

Tints of Equator #DCB06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.74%

R = 43.48%
G = 34.78%
B = 21.74%

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

#DCB06E (or 0xDCB06E) is known color: Equator. HEX triplet: DC, B0 and 6E. RGB value is (220,176,110). Sum of RGB (Red+Green+Blue) = 220+176+110=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB06E is #234F91. Grayscale: #B5B5B5. Windows color (decimal): -2314130 or 7254236. OLE color: 7254236.

HSL color Cylindrical-coordinate representation of color #DCB06E: hue angle of 36º 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 #DCB06E is Cyan = 0, Magento = 0.2, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 110 -
CMYK 0 0.2 0.50 0.14
HSL 36º 0.61% 0.65% -
HSV(B) 36º 0.5% 0.86% -
XYZ 47.86 47.39 21.38 -
YUV 181.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 220 176 110 0 0.2 0.50 0.14 36 0.61 0.65
Hex DC B0 6E 0 14 32 E 24 3D 41
Octal 334 260 156 0 24 62 16 44 75 101
Binary 11011100 10110000 1101110 0 10100 110010 1110 100100 111101 1000001

Color Harmonies of #DCB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB06E

Black with #DCB06E

Text Example


Text Example

White with #DCB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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