Html Css Color HEX #D06646 Red Damask

📋 copy color: '#D06646'

red 208 ◦ green 102 ◦ blue 70

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

Shades of Red Damask #D06646

Tints of Red Damask #D06646

RGB

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

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

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

R = 54.74%
G = 26.84%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D06646 (or 0xD06646) is known color: Red Damask. HEX triplet: D0, 66 and 46. RGB value is (208,102,70). Sum of RGB (Red+Green+Blue) = 208+102+70=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D06646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06646 is #2F99B9. Grayscale: #828282. Windows color (decimal): -3119546 or 4613840. OLE color: 4613840.

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

Color convert

RGB 208 102 70 -
CMYK 0 0.51 0.66 0.18
HSL 13.91º 0.59% 0.55% -
HSV(B) 13.91º 0.66% 0.82% -
XYZ 31.87 23.35 8.62 -
YUV 130.05 94.12 183.6 -
System Red Green Blue C M Y K H S L
Decimal 208 102 70 0 0.51 0.66 0.18 13.91 0.59 0.55
Hex D0 66 46 0 33 42 12 E 3B 37
Octal 320 146 106 0 63 102 22 16 73 67
Binary 11010000 1100110 1000110 0 110011 1000010 10010 1110 111011 110111

Color Harmonies of #D06646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06646

Black with #D06646

Text Example


Text Example

White with #D06646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06646; }

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

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

background-color css

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

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

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

border-color css

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

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

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