#D66B48

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

Shades of Red Damask #D66B48

Tints of Red Damask #D66B48

Color information

#D66B48 (or 0xD66B48) is unknown color: approx Red Damask. HEX triplet: D6, 6B and 48. RGB value is (214,107,72). Sum of RGB (Red+Green+Blue) = 214+107+72=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66B48 is #2994B7. Grayscale: #878787. Windows color (decimal): -2725048 or 4746198. OLE color: 4746198.

HSL color Cylindrical-coordinate representation of color #D66B48: hue angle of 14.79º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D66B48 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB21410772-
CMYK00.500.660.16
HSL14.79º63.39%56.08%-
HSV(B)14.79º66.36%83.92%-
XYZ34.1625.289.21-
YUV13592.45184.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.45%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 72 (28.52% from 255) = 18.32%
R=54.45%
G=27.23%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141077200.500.660.1614.7963.3956.08
HexD66B480324210f3f38
Octal32615311006210220177770
Binary110101101101011100100001100101000010100001111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66B48; }

 p { color: rgb(214,107,72); }

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

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

 a { background-color: rgb(214,107,72); }

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

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

 span { border-color: rgb(214,107,72); }

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