#dd662b

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

Shades of Gold Drop #DD662B

Tints of Gold Drop #DD662B

Color information

#DD662B (or 0xDD662B) is unknown color: approx Gold Drop. HEX triplet: DD, 66 and 2B. RGB value is (221,102,43). Sum of RGB (Red+Green+Blue) = 221+102+43=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD662B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD662B is #2299D4. Grayscale: #838383. Windows color (decimal): -2267605 or 2844381. OLE color: 2844381.

HSL color Cylindrical-coordinate representation of color #DD662B: hue angle of 19.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD662B is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB22110243-
CMYK00.540.810.13
HSL19.89º72.36%51.76%-
HSV(B)19.89º80.54%86.67%-
XYZ35.0125.055.28-
YUV130.8578.42192.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.38%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 43 (17.19% from 255) = 11.75%
R=60.38%
G=27.87%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211024300.540.810.1319.8972.3651.76
HexDD662B03651D144834
Octal33514653066121152411064
Binary110111011100110101011011011010100011101101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd662b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd662b; }

 p { color: rgb(221,102,43); }

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

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

 a { background-color: rgb(221,102,43); }

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

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

 span { border-color: rgb(221,102,43); }

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