#DD672B

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

Shades of Gold Drop #DD672B

Tints of Gold Drop #DD672B

Color information

#DD672B (or 0xDD672B) is unknown color: approx Gold Drop. HEX triplet: DD, 67 and 2B. RGB value is (221,103,43). Sum of RGB (Red+Green+Blue) = 221+103+43=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD672B is #2298D4. Grayscale: #838383. Windows color (decimal): -2267349 or 2844637. OLE color: 2844637.

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

Color convert

RGB22110343-
CMYK00.530.810.13
HSL20.22º72.36%51.76%-
HSV(B)20.22º80.54%86.67%-
XYZ35.1125.255.31-
YUV131.4478.09191.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.22%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 43 (17.19% from 255) = 11.72%
R=60.22%
G=28.07%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211034300.530.810.1320.2272.3651.76
HexDD672B03551D144834
Octal33514753065121152411064
Binary110111011100111101011011010110100011101101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD672B; }

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

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

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

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

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

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

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

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