#DDB162

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

Shades of Equator #DDB162

Tints of Equator #DDB162

Color information

#DDB162 (or 0xDDB162) is unknown color: approx Equator. HEX triplet: DD, B1 and 62. RGB value is (221,177,98). Sum of RGB (Red+Green+Blue) = 221+177+98=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB162 is #224E9D. Grayscale: #B5B5B5. Windows color (decimal): -2248350 or 6468061. OLE color: 6468061.

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

Color convert

RGB22117798-
CMYK00.200.560.13
HSL38.54º64.4%62.55%-
HSV(B)38.54º55.66%86.67%-
XYZ47.7547.718.25-
YUV181.1581.08156.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 98 (38.67% from 255) = 19.76%
R=44.56%
G=35.69%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211779800.200.560.1338.5464.462.55
HexDDB16201438D27403f
Octal33526114202470154710077
Binary1101110110110001110001001010011100011011001111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB162; }

 p { color: rgb(221,177,98); }

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

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

 a { background-color: rgb(221,177,98); }

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

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

 span { border-color: rgb(221,177,98); }

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