Html Css Color HEX #DCB06B Equator

📋 copy color: '#DCB06B'

red 220 ◦ green 176 ◦ blue 107

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

Shades of Equator #DCB06B

Tints of Equator #DCB06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.27%

R = 43.74%
G = 34.99%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCB06B (or 0xDCB06B) is known color: Equator. HEX triplet: DC, B0 and 6B. RGB value is (220,176,107). Sum of RGB (Red+Green+Blue) = 220+176+107=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB06B is #234F94. Grayscale: #B5B5B5. Windows color (decimal): -2314133 or 7057628. OLE color: 7057628.

HSL color Cylindrical-coordinate representation of color #DCB06B: hue angle of 36.64º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCB06B is Cyan = 0, Magento = 0.2, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 107 -
CMYK 0 0.2 0.51 0.14
HSL 36.64º 0.62% 0.64% -
HSV(B) 36.64º 0.51% 0.86% -
XYZ 47.69 47.33 20.53 -
YUV 181.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 220 176 107 0 0.2 0.51 0.14 36.64 0.62 0.64
Hex DC B0 6B 0 14 33 E 25 3E 40
Octal 334 260 153 0 24 63 16 45 76 100
Binary 11011100 10110000 1101011 0 10100 110011 1110 100101 111110 1000000

Color Harmonies of #DCB06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB06B

Black with #DCB06B

Text Example


Text Example

White with #DCB06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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