Html Css Color HEX #D06D46 Red Damask

📋 copy color: '#D06D46'

red 208 ◦ green 109 ◦ blue 70

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

Shades of Red Damask #D06D46

Tints of Red Damask #D06D46

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.17%

 BLUE value IS 70 (27.73% from 255) = 18.09%

R = 53.75%
G = 28.17%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D06D46 (or 0xD06D46) is known color: Red Damask. HEX triplet: D0, 6D and 46. RGB value is (208,109,70). Sum of RGB (Red+Green+Blue) = 208+109+70=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D46 is #2F92B9. Grayscale: #868686. Windows color (decimal): -3117754 or 4615632. OLE color: 4615632.

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

Color convert

RGB 208 109 70 -
CMYK 0 0.48 0.66 0.18
HSL 16.96º 0.59% 0.55% -
HSV(B) 16.96º 0.66% 0.82% -
XYZ 32.59 24.79 8.86 -
YUV 134.16 91.8 180.67 -
System Red Green Blue C M Y K H S L
Decimal 208 109 70 0 0.48 0.66 0.18 16.96 0.59 0.55
Hex D0 6D 46 0 30 42 12 11 3B 37
Octal 320 155 106 0 60 102 22 21 73 67
Binary 11010000 1101101 1000110 0 110000 1000010 10010 10001 111011 110111

Color Harmonies of #D06D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D46

Black with #D06D46

Text Example


Text Example

White with #D06D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D46; }

 p { color: rgb(208,109,70); }

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

background-color css

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

 a { background-color: rgb(208,109,70); }

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

border-color css

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

 span { border-color: rgb(208,109,70); }

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