Html Css Color HEX #DBB85C Equator

📋 copy color: '#DBB85C'

red 219 ◦ green 184 ◦ blue 92

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

Shades of Equator #DBB85C

Tints of Equator #DBB85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.59%

R = 44.24%
G = 37.17%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBB85C (or 0xDBB85C) is known color: Equator. HEX triplet: DB, B8 and 5C. RGB value is (219,184,92). Sum of RGB (Red+Green+Blue) = 219+184+92=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB85C is #2447A3. Grayscale: #B8B8B8. Windows color (decimal): -2377636 or 6076635. OLE color: 6076635.

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

Color convert

RGB 219 184 92 -
CMYK 0 0.16 0.58 0.14
HSL 43.46º 0.64% 0.61% -
HSV(B) 43.46º 0.58% 0.86% -
XYZ 48.29 50.11 17.25 -
YUV 183.98 76.1 152.98 -
System Red Green Blue C M Y K H S L
Decimal 219 184 92 0 0.16 0.58 0.14 43.46 0.64 0.61
Hex DB B8 5C 0 10 3A E 2B 40 3D
Octal 333 270 134 0 20 72 16 53 100 75
Binary 11011011 10111000 1011100 0 10000 111010 1110 101011 1000000 111101

Color Harmonies of #DBB85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB85C

Black with #DBB85C

Text Example


Text Example

White with #DBB85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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