Html Css Color HEX #DBB459 Equator

📋 copy color: '#DBB459'

red 219 ◦ green 180 ◦ blue 89

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

Shades of Equator #DBB459

Tints of Equator #DBB459

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.89%

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

R = 44.88%
G = 36.89%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBB459 (or 0xDBB459) is known color: Equator. HEX triplet: DB, B4 and 59. RGB value is (219,180,89). Sum of RGB (Red+Green+Blue) = 219+180+89=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB459 is #244BA6. Grayscale: #B5B5B5. Windows color (decimal): -2378663 or 5879003. OLE color: 5879003.

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

Color convert

RGB 219 180 89 -
CMYK 0 0.18 0.59 0.14
HSL 42º 0.64% 0.6% -
HSV(B) 42º 0.59% 0.86% -
XYZ 47.34 48.42 16.3 -
YUV 181.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 219 180 89 0 0.18 0.59 0.14 42 0.64 0.6
Hex DB B4 59 0 12 3B E 2A 40 3C
Octal 333 264 131 0 22 73 16 52 100 74
Binary 11011011 10110100 1011001 0 10010 111011 1110 101010 1000000 111100

Color Harmonies of #DBB459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB459

Black with #DBB459

Text Example


Text Example

White with #DBB459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB459; }

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

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

background-color css

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

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

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

border-color css

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

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

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