#DDB266

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

Shades of Equator #DDB266

Tints of Equator #DDB266

Color information

#DDB266 (or 0xDDB266) is unknown color: approx Equator. HEX triplet: DD, B2 and 66. RGB value is (221,178,102). Sum of RGB (Red+Green+Blue) = 221+178+102=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB266 is #224D99. Grayscale: #B6B6B6. Windows color (decimal): -2248090 or 6730461. OLE color: 6730461.

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

Color convert

RGB221178102-
CMYK00.190.540.13
HSL38.32º63.64%63.33%-
HSV(B)38.32º53.85%86.67%-
XYZ48.1448.1719.33-
YUV182.1982.75155.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 102 (40.23% from 255) = 20.36%
R=44.11%
G=35.53%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117810200.190.540.1338.3263.6463.33
HexDDB26601336D26403f
Octal33526214602366154610077
Binary1101110110110010110011001001111011011011001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB266; }

 p { color: rgb(221,178,102); }

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

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

 a { background-color: rgb(221,178,102); }

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

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

 span { border-color: rgb(221,178,102); }

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