Html Css Color HEX #DCB064 Equator

📋 copy color: '#DCB064'

red 220 ◦ green 176 ◦ blue 100

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

Shades of Equator #DCB064

Tints of Equator #DCB064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.16%

R = 44.35%
G = 35.48%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCB064 (or 0xDCB064) is known color: Equator. HEX triplet: DC, B0 and 64. RGB value is (220,176,100). Sum of RGB (Red+Green+Blue) = 220+176+100=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB064 is #234F9B. Grayscale: #B4B4B4. Windows color (decimal): -2314140 or 6598876. OLE color: 6598876.

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

Color convert

RGB 220 176 100 -
CMYK 0 0.2 0.55 0.14
HSL 38º 0.63% 0.63% -
HSV(B) 38º 0.55% 0.86% -
XYZ 47.34 47.19 18.67 -
YUV 180.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 220 176 100 0 0.2 0.55 0.14 38 0.63 0.63
Hex DC B0 64 0 14 37 E 26 3F 3F
Octal 334 260 144 0 24 67 16 46 77 77
Binary 11011100 10110000 1100100 0 10100 110111 1110 100110 111111 111111

Color Harmonies of #DCB064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB064

Black with #DCB064

Text Example


Text Example

White with #DCB064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB064; }

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

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

background-color css

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

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

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

border-color css

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

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

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