Html Css Color HEX #DBB55F Equator

📋 copy color: '#DBB55F'

red 219 ◦ green 181 ◦ blue 95

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

Shades of Equator #DBB55F

Tints of Equator #DBB55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.19%

R = 44.24%
G = 36.57%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBB55F (or 0xDBB55F) is known color: Equator. HEX triplet: DB, B5 and 5F. RGB value is (219,181,95). Sum of RGB (Red+Green+Blue) = 219+181+95=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB55F is #244AA0. Grayscale: #B6B6B6. Windows color (decimal): -2378401 or 6272475. OLE color: 6272475.

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

Color convert

RGB 219 181 95 -
CMYK 0 0.17 0.57 0.14
HSL 41.61º 0.63% 0.62% -
HSV(B) 41.61º 0.57% 0.86% -
XYZ 47.8 48.93 17.75 -
YUV 182.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 219 181 95 0 0.17 0.57 0.14 41.61 0.63 0.62
Hex DB B5 5F 0 11 39 E 2A 3F 3E
Octal 333 265 137 0 21 71 16 52 77 76
Binary 11011011 10110101 1011111 0 10001 111001 1110 101010 111111 111110

Color Harmonies of #DBB55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB55F

Black with #DBB55F

Text Example


Text Example

White with #DBB55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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