Html Css Color HEX #DBB961 Equator

📋 copy color: '#DBB961'

red 219 ◦ green 185 ◦ blue 97

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

Shades of Equator #DBB961

Tints of Equator #DBB961

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.93%

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

R = 43.71%
G = 36.93%
B = 19.36%

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

#DBB961 (or 0xDBB961) is known color: Equator. HEX triplet: DB, B9 and 61. RGB value is (219,185,97). Sum of RGB (Red+Green+Blue) = 219+185+97=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB961 is #24469E. Grayscale: #B9B9B9. Windows color (decimal): -2377375 or 6404571. OLE color: 6404571.

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

Color convert

RGB 219 185 97 -
CMYK 0 0.16 0.56 0.14
HSL 43.28º 0.63% 0.62% -
HSV(B) 43.28º 0.56% 0.86% -
XYZ 48.72 50.62 18.51 -
YUV 185.13 78.26 152.16 -
System Red Green Blue C M Y K H S L
Decimal 219 185 97 0 0.16 0.56 0.14 43.28 0.63 0.62
Hex DB B9 61 0 10 38 E 2B 3F 3E
Octal 333 271 141 0 20 70 16 53 77 76
Binary 11011011 10111001 1100001 0 10000 111000 1110 101011 111111 111110

Color Harmonies of #DBB961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB961

Black with #DBB961

Text Example


Text Example

White with #DBB961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB961; }

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

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

background-color css

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

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

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

border-color css

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

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

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