#DDB861

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

Shades of Equator #DDB861

Tints of Equator #DDB861

Color information

#DDB861 (or 0xDDB861) is unknown color: approx Equator. HEX triplet: DD, B8 and 61. RGB value is (221,184,97). Sum of RGB (Red+Green+Blue) = 221+184+97=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB861 is #22479E. Grayscale: #B9B9B9. Windows color (decimal): -2246559 or 6404317. OLE color: 6404317.

HSL color Cylindrical-coordinate representation of color #DDB861: hue angle of 42.1º 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 #DDB861 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22118497-
CMYK00.170.560.13
HSL42.1º64.58%62.35%-
HSV(B)42.1º56.11%86.67%-
XYZ49.1250.5218.47-
YUV185.1478.26153.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 97 (38.28% from 255) = 19.32%
R=44.02%
G=36.65%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211849700.170.560.1342.164.5862.35
HexDDB86101138D2a413e
Octal33527014102170155210176
Binary1101110110111000110000101000111100011011010101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB861; }

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

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

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

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

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

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

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

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