Html Css Color HEX #DBB85F Equator

📋 copy color: '#DBB85F'

red 219 ◦ green 184 ◦ blue 95

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

Shades of Equator #DBB85F

Tints of Equator #DBB85F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.95%

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

R = 43.98%
G = 36.95%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBB85F (or 0xDBB85F) is known color: Equator. HEX triplet: DB, B8 and 5F. RGB value is (219,184,95). Sum of RGB (Red+Green+Blue) = 219+184+95=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB85F is #2447A0. Grayscale: #B8B8B8. Windows color (decimal): -2377633 or 6273243. OLE color: 6273243.

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

Color convert

RGB 219 184 95 -
CMYK 0 0.16 0.57 0.14
HSL 43.06º 0.63% 0.62% -
HSV(B) 43.06º 0.57% 0.86% -
XYZ 48.42 50.17 17.96 -
YUV 184.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 219 184 95 0 0.16 0.57 0.14 43.06 0.63 0.62
Hex DB B8 5F 0 10 39 E 2B 3F 3E
Octal 333 270 137 0 20 71 16 53 77 76
Binary 11011011 10111000 1011111 0 10000 111001 1110 101011 111111 111110

Color Harmonies of #DBB85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB85F

Black with #DBB85F

Text Example


Text Example

White with #DBB85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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