#DBB368

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

Shades of Equator #DBB368

Tints of Equator #DBB368

Color information

#DBB368 (or 0xDBB368) is unknown color: approx Equator. HEX triplet: DB, B3 and 68. RGB value is (219,179,104). Sum of RGB (Red+Green+Blue) = 219+179+104=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB368 is #244C97. Grayscale: #B6B6B6. Windows color (decimal): -2378904 or 6861787. OLE color: 6861787.

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

Color convert

RGB219179104-
CMYK00.180.530.14
HSL39.13º61.5%63.33%-
HSV(B)39.13º52.51%85.88%-
XYZ47.8348.319.9-
YUV182.4183.75154.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.63%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 104 (41.02% from 255) = 20.72%
R=43.63%
G=35.66%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917910400.180.530.1439.1361.563.33
HexDBB36801235E273d3f
Octal3332631500226516477577
Binary110110111011001111010000100101101011110100111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB368; }

 p { color: rgb(219,179,104); }

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

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

 a { background-color: rgb(219,179,104); }

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

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

 span { border-color: rgb(219,179,104); }

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