#DDB261

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

Shades of Equator #DDB261

Tints of Equator #DDB261

Color information

#DDB261 (or 0xDDB261) is unknown color: approx Equator. HEX triplet: DD, B2 and 61. RGB value is (221,178,97). Sum of RGB (Red+Green+Blue) = 221+178+97=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB261 is #224D9E. Grayscale: #B5B5B5. Windows color (decimal): -2248095 or 6402781. OLE color: 6402781.

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

Color convert

RGB22117897-
CMYK00.190.560.13
HSL39.19º64.58%62.35%-
HSV(B)39.19º56.11%86.67%-
XYZ47.948.0818.06-
YUV181.6280.25156.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 97 (38.28% from 255) = 19.56%
R=44.56%
G=35.89%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211789700.190.560.1339.1964.5862.35
HexDDB26101338D27413e
Octal33526214102370154710176
Binary1101110110110010110000101001111100011011001111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB261; }

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

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

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

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

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

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

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

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