Html Css Color HEX #D06C4E Red Damask

📋 copy color: '#D06C4E'

red 208 ◦ green 108 ◦ blue 78

#D06C4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #D06C4E

Tints of Red Damask #D06C4E

RGB

 RED value IS 208 (81.64% from 255) = 52.79%

 GREEN value IS 108 (42.58% from 255) = 27.41%

 BLUE value IS 78 (30.86% from 255) = 19.8%

R = 52.79%
G = 27.41%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D06C4E (or 0xD06C4E) is known color: Red Damask. HEX triplet: D0, 6C and 4E. RGB value is (208,108,78). Sum of RGB (Red+Green+Blue) = 208+108+78=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C4E is #2F93B1. Grayscale: #868686. Windows color (decimal): -3118002 or 5139664. OLE color: 5139664.

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

Color convert

RGB 208 108 78 -
CMYK 0 0.48 0.62 0.18
HSL 13.85º 0.58% 0.56% -
HSV(B) 13.85º 0.63% 0.82% -
XYZ 32.75 24.69 10.25 -
YUV 134.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 208 108 78 0 0.48 0.62 0.18 13.85 0.58 0.56
Hex D0 6C 4E 0 30 3E 12 E 3A 38
Octal 320 154 116 0 60 76 22 16 72 70
Binary 11010000 1101100 1001110 0 110000 111110 10010 1110 111010 111000

Color Harmonies of #D06C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C4E

Black with #D06C4E

Text Example


Text Example

White with #D06C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C4E; }

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

 H1.HeaderClassName
 {
   color: #D06C4E;
 }
 .AnyTagClassName
 {
   color: #D06C4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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