Html Css Color HEX #DCB164 Equator

📋 copy color: '#DCB164'

red 220 ◦ green 177 ◦ blue 100

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

Shades of Equator #DCB164

Tints of Equator #DCB164

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.61%

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

R = 44.27%
G = 35.61%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCB164 (or 0xDCB164) is known color: Equator. HEX triplet: DC, B1 and 64. RGB value is (220,177,100). Sum of RGB (Red+Green+Blue) = 220+177+100=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB164 is #234E9B. Grayscale: #B5B5B5. Windows color (decimal): -2313884 or 6599132. OLE color: 6599132.

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

Color convert

RGB 220 177 100 -
CMYK 0 0.20 0.55 0.14
HSL 38.5º 0.63% 0.63% -
HSV(B) 38.5º 0.55% 0.86% -
XYZ 47.54 47.58 18.73 -
YUV 181.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 220 177 100 0 0.20 0.55 0.14 38.5 0.63 0.63
Hex DC B1 64 0 14 37 E 26 3F 3F
Octal 334 261 144 0 24 67 16 46 77 77
Binary 11011100 10110001 1100100 0 10100 110111 1110 100110 111111 111111

Color Harmonies of #DCB164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB164

Black with #DCB164

Text Example


Text Example

White with #DCB164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB164; }

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

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

background-color css

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

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

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

border-color css

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

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

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