#D06C4A

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

Shades of Red Damask #D06C4A

Tints of Red Damask #D06C4A

Color information

#D06C4A (or 0xD06C4A) is unknown color: approx Red Damask. HEX triplet: D0, 6C and 4A. RGB value is (208,108,74). Sum of RGB (Red+Green+Blue) = 208+108+74=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C4A is #2F93B5. Grayscale: #868686. Windows color (decimal): -3118006 or 4877520. OLE color: 4877520.

HSL color Cylindrical-coordinate representation of color #D06C4A: hue angle of 15.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D06C4A is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20810874-
CMYK00.480.640.18
HSL15.22º58.77%55.29%-
HSV(B)15.22º64.42%81.57%-
XYZ32.6124.639.51-
YUV134.0294.13180.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.33%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 74 (29.30% from 255) = 18.97%
R=53.33%
G=27.69%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081087400.480.640.1815.2258.7755.29
HexD06C4A0304012f3b37
Octal32015411206010022177367
Binary110100001101100100101001100001000000100101111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06C4A; }

 p { color: rgb(208,108,74); }

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

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

 a { background-color: rgb(208,108,74); }

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

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

 span { border-color: rgb(208,108,74); }

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