Html Css Color HEX #DCB168 Equator

📋 copy color: '#DCB168'

red 220 ◦ green 177 ◦ blue 104

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

Shades of Equator #DCB168

Tints of Equator #DCB168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.76%

R = 43.91%
G = 35.33%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCB168 (or 0xDCB168) is known color: Equator. HEX triplet: DC, B1 and 68. RGB value is (220,177,104). Sum of RGB (Red+Green+Blue) = 220+177+104=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB168 is #234E97. Grayscale: #B5B5B5. Windows color (decimal): -2313880 or 6861276. OLE color: 6861276.

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

Color convert

RGB 220 177 104 -
CMYK 0 0.20 0.53 0.14
HSL 37.76º 0.62% 0.64% -
HSV(B) 37.76º 0.53% 0.86% -
XYZ 47.74 47.66 19.78 -
YUV 181.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 220 177 104 0 0.20 0.53 0.14 37.76 0.62 0.64
Hex DC B1 68 0 14 35 E 26 3E 40
Octal 334 261 150 0 24 65 16 46 76 100
Binary 11011100 10110001 1101000 0 10100 110101 1110 100110 111110 1000000

Color Harmonies of #DCB168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB168

Black with #DCB168

Text Example


Text Example

White with #DCB168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB168; }

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

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

background-color css

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

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

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

border-color css

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

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

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