#DDB362

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

Shades of Equator #DDB362

Tints of Equator #DDB362

Color information

#DDB362 (or 0xDDB362) is unknown color: approx Equator. HEX triplet: DD, B3 and 62. RGB value is (221,179,98). Sum of RGB (Red+Green+Blue) = 221+179+98=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB362 is #224C9D. Grayscale: #B6B6B6. Windows color (decimal): -2247838 or 6468573. OLE color: 6468573.

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

Color convert

RGB22117998-
CMYK00.190.560.13
HSL39.51º64.4%62.55%-
HSV(B)39.51º55.66%86.67%-
XYZ48.1448.4918.38-
YUV182.3280.41155.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 98 (38.67% from 255) = 19.68%
R=44.38%
G=35.94%
B=19.68%

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
Decimal2211799800.190.560.1339.5164.462.55
HexDDB36201338D28403f
Octal33526314202370155010077
Binary1101110110110011110001001001111100011011010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB362; }

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

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

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

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

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

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

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

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