#DBB669

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

Shades of Equator #DBB669

Tints of Equator #DBB669

Color information

#DBB669 (or 0xDBB669) is unknown color: approx Equator. HEX triplet: DB, B6 and 69. RGB value is (219,182,105). Sum of RGB (Red+Green+Blue) = 219+182+105=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB669 is #244996. Grayscale: #B8B8B8. Windows color (decimal): -2378135 or 6928091. OLE color: 6928091.

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

Color convert

RGB219182105-
CMYK00.170.520.14
HSL40.53º61.29%63.53%-
HSV(B)40.53º52.05%85.88%-
XYZ48.4949.5420.37-
YUV184.2883.26152.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.28%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 105 (41.41% from 255) = 20.75%
R=43.28%
G=35.97%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918210500.170.520.1440.5361.2963.53
HexDBB66901134E293d40
Octal33326615102164165175100
Binary1101101110110110110100101000111010011101010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB669; }

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

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

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

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

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

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

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

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