#DDB06B

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

Shades of Equator #DDB06B

Tints of Equator #DDB06B

Color information

#DDB06B (or 0xDDB06B) is unknown color: approx Equator. HEX triplet: DD, B0 and 6B. RGB value is (221,176,107). Sum of RGB (Red+Green+Blue) = 221+176+107=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB06B is #224F94. Grayscale: #B5B5B5. Windows color (decimal): -2248597 or 7057629. OLE color: 7057629.

HSL color Cylindrical-coordinate representation of color #DDB06B: hue angle of 36.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDB06B is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221176107-
CMYK00.200.520.13
HSL36.32º62.64%64.31%-
HSV(B)36.32º51.58%86.67%-
XYZ4847.4820.55-
YUV181.5985.91156.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 107 (42.19% from 255) = 21.23%
R=43.85%
G=34.92%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117610700.200.520.1336.3262.6464.31
HexDDB06B01434D243f40
Octal33526015302464154477100
Binary1101110110110000110101101010011010011011001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB06B; }

 p { color: rgb(221,176,107); }

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

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

 a { background-color: rgb(221,176,107); }

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

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

 span { border-color: rgb(221,176,107); }

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