#DDB161

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

Shades of Equator #DDB161

Tints of Equator #DDB161

Color information

#DDB161 (or 0xDDB161) is unknown color: approx Equator. HEX triplet: DD, B1 and 61. RGB value is (221,177,97). Sum of RGB (Red+Green+Blue) = 221+177+97=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB161 is #224E9E. Grayscale: #B5B5B5. Windows color (decimal): -2248351 or 6402525. OLE color: 6402525.

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

Color convert

RGB22117797-
CMYK00.200.560.13
HSL38.71º64.58%62.35%-
HSV(B)38.71º56.11%86.67%-
XYZ47.747.6818-
YUV181.0480.58156.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 97 (38.28% from 255) = 19.60%
R=44.65%
G=35.76%
B=19.60%

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
Decimal2211779700.200.560.1338.7164.5862.35
HexDDB16101438D27413e
Octal33526114102470154710176
Binary1101110110110001110000101010011100011011001111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB161; }

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

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

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

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

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

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

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

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