Html Css Color HEX #DBB861 Equator

📋 copy color: '#DBB861'

red 219 ◦ green 184 ◦ blue 97

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

Shades of Equator #DBB861

Tints of Equator #DBB861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.4%

R = 43.8%
G = 36.8%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBB861 (or 0xDBB861) is known color: Equator. HEX triplet: DB, B8 and 61. RGB value is (219,184,97). Sum of RGB (Red+Green+Blue) = 219+184+97=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB861 is #24479E. Grayscale: #B8B8B8. Windows color (decimal): -2377631 or 6404315. OLE color: 6404315.

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

Color convert

RGB 219 184 97 -
CMYK 0 0.16 0.56 0.14
HSL 42.79º 0.63% 0.62% -
HSV(B) 42.79º 0.56% 0.86% -
XYZ 48.51 50.2 18.44 -
YUV 184.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 219 184 97 0 0.16 0.56 0.14 42.79 0.63 0.62
Hex DB B8 61 0 10 38 E 2B 3F 3E
Octal 333 270 141 0 20 70 16 53 77 76
Binary 11011011 10111000 1100001 0 10000 111000 1110 101011 111111 111110

Color Harmonies of #DBB861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB861

Black with #DBB861

Text Example


Text Example

White with #DBB861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB861; }

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

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

background-color css

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

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

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

border-color css

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

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

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