Html Css Color HEX #DBB166 Equator

📋 copy color: '#DBB166'

red 219 ◦ green 177 ◦ blue 102

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

Shades of Equator #DBB166

Tints of Equator #DBB166

RGB

 RED value IS 219 (85.94% from 255) = 43.98%

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

 BLUE value IS 102 (40.23% from 255) = 20.48%

R = 43.98%
G = 35.54%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBB166 (or 0xDBB166) is known color: Equator. HEX triplet: DB, B1 and 66. RGB value is (219,177,102). Sum of RGB (Red+Green+Blue) = 219+177+102=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB166 is #244E99. Grayscale: #B5B5B5. Windows color (decimal): -2379418 or 6730203. OLE color: 6730203.

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

Color convert

RGB 219 177 102 -
CMYK 0 0.19 0.53 0.14
HSL 38.46º 0.62% 0.63% -
HSV(B) 38.46º 0.53% 0.86% -
XYZ 47.33 47.46 19.24 -
YUV 181.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 219 177 102 0 0.19 0.53 0.14 38.46 0.62 0.63
Hex DB B1 66 0 13 35 E 26 3E 3F
Octal 333 261 146 0 23 65 16 46 76 77
Binary 11011011 10110001 1100110 0 10011 110101 1110 100110 111110 111111

Color Harmonies of #DBB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB166

Black with #DBB166

Text Example


Text Example

White with #DBB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB166; }

 p { color: rgb(219,177,102); }

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

background-color css

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

 a { background-color: rgb(219,177,102); }

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

border-color css

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

 span { border-color: rgb(219,177,102); }

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