#DBB460

Color #DBB460 Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DBB460

Tints of Equator #DBB460

Color information

#DBB460 (or 0xDBB460) is unknown color: approx Equator. HEX triplet: DB, B4 and 60. RGB value is (219,180,96). Sum of RGB (Red+Green+Blue) = 219+180+96=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB460 is #244B9F. Grayscale: #B6B6B6. Windows color (decimal): -2378656 or 6337755. OLE color: 6337755.

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

Color convert

RGB21918096-
CMYK00.180.560.14
HSL40.98º63.08%61.76%-
HSV(B)40.98º56.16%85.88%-
XYZ47.6548.5517.93-
YUV182.0879.42154.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.24%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 19.39%
R=44.24%
G=36.36%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191809600.180.560.1440.9863.0861.76
HexDBB46001238E293f3e
Octal3332641400227016517776
Binary110110111011010011000000100101110001110101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB460; }

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

 H1.HeaderClassName
 {
   color: #DBB460;
 }
 .AnyTagClassName
 {
   color: #DBB460;
 }
</style>
background-color css

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

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

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

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

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

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