Html Css Color HEX #DBB060 Equator

📋 copy color: '#DBB060'

red 219 ◦ green 176 ◦ blue 96

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

Shades of Equator #DBB060

Tints of Equator #DBB060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

 BLUE value IS 96 (37.89% from 255) = 19.55%

R = 44.6%
G = 35.85%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBB060 (or 0xDBB060) is known color: Equator. HEX triplet: DB, B0 and 60. RGB value is (219,176,96). Sum of RGB (Red+Green+Blue) = 219+176+96=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB060 is #244F9F. Grayscale: #B4B4B4. Windows color (decimal): -2379680 or 6336731. OLE color: 6336731.

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

Color convert

RGB 219 176 96 -
CMYK 0 0.20 0.56 0.14
HSL 39.02º 0.63% 0.62% -
HSV(B) 39.02º 0.56% 0.86% -
XYZ 46.85 46.96 17.66 -
YUV 179.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 219 176 96 0 0.20 0.56 0.14 39.02 0.63 0.62
Hex DB B0 60 0 14 38 E 27 3F 3E
Octal 333 260 140 0 24 70 16 47 77 76
Binary 11011011 10110000 1100000 0 10100 111000 1110 100111 111111 111110

Color Harmonies of #DBB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB060

Black with #DBB060

Text Example


Text Example

White with #DBB060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB060; }

 p { color: rgb(219,176,96); }

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

background-color css

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

 a { background-color: rgb(219,176,96); }

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

border-color css

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

 span { border-color: rgb(219,176,96); }

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