Html Css Color HEX #DBB559 Equator

📋 copy color: '#DBB559'

red 219 ◦ green 181 ◦ blue 89

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

Shades of Equator #DBB559

Tints of Equator #DBB559

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.01%

 BLUE value IS 89 (35.16% from 255) = 18.2%

R = 44.79%
G = 37.01%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBB559 (or 0xDBB559) is known color: Equator. HEX triplet: DB, B5 and 59. RGB value is (219,181,89). Sum of RGB (Red+Green+Blue) = 219+181+89=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 89 (35.16% from 255 or 18.20% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB559 is #244AA6. Grayscale: #B6B6B6. Windows color (decimal): -2378407 or 5879259. OLE color: 5879259.

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

Color convert

RGB 219 181 89 -
CMYK 0 0.17 0.59 0.14
HSL 42.46º 0.64% 0.6% -
HSV(B) 42.46º 0.59% 0.86% -
XYZ 47.54 48.83 16.37 -
YUV 181.87 75.59 154.48 -
System Red Green Blue C M Y K H S L
Decimal 219 181 89 0 0.17 0.59 0.14 42.46 0.64 0.6
Hex DB B5 59 0 11 3B E 2A 40 3C
Octal 333 265 131 0 21 73 16 52 100 74
Binary 11011011 10110101 1011001 0 10001 111011 1110 101010 1000000 111100

Color Harmonies of #DBB559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB559

Black with #DBB559

Text Example


Text Example

White with #DBB559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB559; }

 p { color: rgb(219,181,89); }

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

background-color css

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

 a { background-color: rgb(219,181,89); }

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

border-color css

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

 span { border-color: rgb(219,181,89); }

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