Html Css Color HEX #DBB16E Equator

📋 copy color: '#DBB16E'

red 219 ◦ green 177 ◦ blue 110

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

Shades of Equator #DBB16E

Tints of Equator #DBB16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.74%

R = 43.28%
G = 34.98%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBB16E (or 0xDBB16E) is known color: Equator. HEX triplet: DB, B1 and 6E. RGB value is (219,177,110). Sum of RGB (Red+Green+Blue) = 219+177+110=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB16E is #244E91. Grayscale: #B6B6B6. Windows color (decimal): -2379410 or 7254491. OLE color: 7254491.

HSL color Cylindrical-coordinate representation of color #DBB16E: hue angle of 36.88º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBB16E is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 177 110 -
CMYK 0 0.19 0.50 0.14
HSL 36.88º 0.6% 0.65% -
HSV(B) 36.88º 0.5% 0.86% -
XYZ 47.75 47.63 21.43 -
YUV 181.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 219 177 110 0 0.19 0.50 0.14 36.88 0.6 0.65
Hex DB B1 6E 0 13 32 E 25 3C 41
Octal 333 261 156 0 23 62 16 45 74 101
Binary 11011011 10110001 1101110 0 10011 110010 1110 100101 111100 1000001

Color Harmonies of #DBB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB16E

Black with #DBB16E

Text Example


Text Example

White with #DBB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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