Html Css Color HEX #DBB560 Equator

📋 copy color: '#DBB560'

red 219 ◦ green 181 ◦ blue 96

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

Shades of Equator #DBB560

Tints of Equator #DBB560

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.49%

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

R = 44.15%
G = 36.49%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBB560 (or 0xDBB560) is known color: Equator. HEX triplet: DB, B5 and 60. RGB value is (219,181,96). Sum of RGB (Red+Green+Blue) = 219+181+96=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB560 is #244A9F. Grayscale: #B7B7B7. Windows color (decimal): -2378400 or 6338011. OLE color: 6338011.

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

Color convert

RGB 219 181 96 -
CMYK 0 0.17 0.56 0.14
HSL 41.46º 0.63% 0.62% -
HSV(B) 41.46º 0.56% 0.86% -
XYZ 47.85 48.95 17.99 -
YUV 182.67 79.09 153.91 -
System Red Green Blue C M Y K H S L
Decimal 219 181 96 0 0.17 0.56 0.14 41.46 0.63 0.62
Hex DB B5 60 0 11 38 E 29 3F 3E
Octal 333 265 140 0 21 70 16 51 77 76
Binary 11011011 10110101 1100000 0 10001 111000 1110 101001 111111 111110

Color Harmonies of #DBB560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB560

Black with #DBB560

Text Example


Text Example

White with #DBB560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB560; }

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

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

background-color css

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

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

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

border-color css

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

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

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