#DBB85D

Color #DBB85D Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DBB85D

Tints of Equator #DBB85D

Color information

#DBB85D (or 0xDBB85D) is unknown color: approx Equator. HEX triplet: DB, B8 and 5D. RGB value is (219,184,93). Sum of RGB (Red+Green+Blue) = 219+184+93=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB85D is #2447A2. Grayscale: #B8B8B8. Windows color (decimal): -2377635 or 6142171. OLE color: 6142171.

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

Color convert

RGB21918493-
CMYK00.160.580.14
HSL43.33º63.64%61.18%-
HSV(B)43.33º57.53%85.88%-
XYZ48.3350.1317.48-
YUV184.0976.6152.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.15%
GREEN value IS 184 (72.27% from 255) = 37.10%
BLUE value IS 93 (36.72% from 255) = 18.75%
R=44.15%
G=37.10%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191849300.160.580.1443.3363.6461.18
HexDBB85D0103AE2b403d
Octal33327013502072165310075
Binary1101101110111000101110101000011101011101010111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB85D; }

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

 H1.HeaderClassName
 {
   color: #DBB85D;
 }
 .AnyTagClassName
 {
   color: #DBB85D;
 }
</style>
background-color css

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

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

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

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

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

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