Html Css Color HEX #D06C46 Red Damask

📋 copy color: '#D06C46'

red 208 ◦ green 108 ◦ blue 70

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

Shades of Red Damask #D06C46

Tints of Red Damask #D06C46

RGB

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

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

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

R = 53.89%
G = 27.98%
B = 18.13%

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

#D06C46 (or 0xD06C46) is known color: Red Damask. HEX triplet: D0, 6C and 46. RGB value is (208,108,70). Sum of RGB (Red+Green+Blue) = 208+108+70=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C46 is #2F93B9. Grayscale: #858585. Windows color (decimal): -3118010 or 4615376. OLE color: 4615376.

HSL color Cylindrical-coordinate representation of color #D06C46: hue angle of 16.52º 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 #D06C46 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 70 -
CMYK 0 0.48 0.66 0.18
HSL 16.52º 0.59% 0.55% -
HSV(B) 16.52º 0.66% 0.82% -
XYZ 32.48 24.58 8.83 -
YUV 133.57 92.13 181.09 -
System Red Green Blue C M Y K H S L
Decimal 208 108 70 0 0.48 0.66 0.18 16.52 0.59 0.55
Hex D0 6C 46 0 30 42 12 11 3B 37
Octal 320 154 106 0 60 102 22 21 73 67
Binary 11010000 1101100 1000110 0 110000 1000010 10010 10001 111011 110111

Color Harmonies of #D06C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C46

Black with #D06C46

Text Example


Text Example

White with #D06C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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