#DBB668

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

Shades of Equator #DBB668

Tints of Equator #DBB668

Color information

#DBB668 (or 0xDBB668) is unknown color: approx Equator. HEX triplet: DB, B6 and 68. RGB value is (219,182,104). Sum of RGB (Red+Green+Blue) = 219+182+104=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB668 is #244997. Grayscale: #B8B8B8. Windows color (decimal): -2378136 or 6862555. OLE color: 6862555.

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

Color convert

RGB219182104-
CMYK00.170.530.14
HSL40.7º61.5%63.33%-
HSV(B)40.7º52.51%85.88%-
XYZ48.4449.5220.1-
YUV184.1782.76152.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.37%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 104 (41.02% from 255) = 20.59%
R=43.37%
G=36.04%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918210400.170.530.1440.761.563.33
HexDBB66801135E293d3f
Octal3332661500216516517577
Binary110110111011011011010000100011101011110101001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB668; }

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

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

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

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

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

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

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

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