Html Css Color HEX #D06649 Red Damask

📋 copy color: '#D06649'

red 208 ◦ green 102 ◦ blue 73

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

Shades of Red Damask #D06649

Tints of Red Damask #D06649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.63%

 BLUE value IS 73 (28.91% from 255) = 19.06%

R = 54.31%
G = 26.63%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D06649 (or 0xD06649) is known color: Red Damask. HEX triplet: D0, 66 and 49. RGB value is (208,102,73). Sum of RGB (Red+Green+Blue) = 208+102+73=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D06649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06649 is #2F99B6. Grayscale: #828282. Windows color (decimal): -3119543 or 4810448. OLE color: 4810448.

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

Color convert

RGB 208 102 73 -
CMYK 0 0.51 0.65 0.18
HSL 12.89º 0.59% 0.55% -
HSV(B) 12.89º 0.65% 0.82% -
XYZ 31.97 23.39 9.13 -
YUV 130.39 95.62 183.36 -
System Red Green Blue C M Y K H S L
Decimal 208 102 73 0 0.51 0.65 0.18 12.89 0.59 0.55
Hex D0 66 49 0 33 41 12 D 3B 37
Octal 320 146 111 0 63 101 22 15 73 67
Binary 11010000 1100110 1001001 0 110011 1000001 10010 1101 111011 110111

Color Harmonies of #D06649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06649

Black with #D06649

Text Example


Text Example

White with #D06649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06649; }

 p { color: rgb(208,102,73); }

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

background-color css

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

 a { background-color: rgb(208,102,73); }

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

border-color css

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

 span { border-color: rgb(208,102,73); }

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