Html Css Color HEX #DBB85A Equator

📋 copy color: '#DBB85A'

red 219 ◦ green 184 ◦ blue 90

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

Shades of Equator #DBB85A

Tints of Equator #DBB85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.26%

R = 44.42%
G = 37.32%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBB85A (or 0xDBB85A) is known color: Equator. HEX triplet: DB, B8 and 5A. RGB value is (219,184,90). Sum of RGB (Red+Green+Blue) = 219+184+90=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB85A is #2447A5. Grayscale: #B8B8B8. Windows color (decimal): -2377638 or 5945563. OLE color: 5945563.

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

Color convert

RGB 219 184 90 -
CMYK 0 0.16 0.59 0.14
HSL 43.72º 0.64% 0.61% -
HSV(B) 43.72º 0.59% 0.86% -
XYZ 48.2 50.08 16.8 -
YUV 183.75 75.1 153.14 -
System Red Green Blue C M Y K H S L
Decimal 219 184 90 0 0.16 0.59 0.14 43.72 0.64 0.61
Hex DB B8 5A 0 10 3B E 2C 40 3D
Octal 333 270 132 0 20 73 16 54 100 75
Binary 11011011 10111000 1011010 0 10000 111011 1110 101100 1000000 111101

Color Harmonies of #DBB85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB85A

Black with #DBB85A

Text Example


Text Example

White with #DBB85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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