#DBB463

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

Shades of Equator #DBB463

Tints of Equator #DBB463

Color information

#DBB463 (or 0xDBB463) is unknown color: approx Equator. HEX triplet: DB, B4 and 63. RGB value is (219,180,99). Sum of RGB (Red+Green+Blue) = 219+180+99=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB463 is #244B9C. Grayscale: #B6B6B6. Windows color (decimal): -2378653 or 6534363. OLE color: 6534363.

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

Color convert

RGB21918099-
CMYK00.180.550.14
HSL40.5º62.5%62.35%-
HSV(B)40.5º54.79%85.88%-
XYZ47.7948.618.67-
YUV182.4380.92154.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.98%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 99 (39.06% from 255) = 19.88%
R=43.98%
G=36.14%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191809900.180.550.1440.562.562.35
HexDBB46301237E283e3e
Octal3332641430226716507676
Binary110110111011010011000110100101101111110101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB463; }

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

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

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

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

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

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

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

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