Html Css Color HEX #D06647 Red Damask

📋 copy color: '#D06647'

red 208 ◦ green 102 ◦ blue 71

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

Shades of Red Damask #D06647

Tints of Red Damask #D06647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.64%

R = 54.59%
G = 26.77%
B = 18.64%

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

#D06647 (or 0xD06647) is known color: Red Damask. HEX triplet: D0, 66 and 47. RGB value is (208,102,71). Sum of RGB (Red+Green+Blue) = 208+102+71=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D06647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06647 is #2F99B8. Grayscale: #828282. Windows color (decimal): -3119545 or 4679376. OLE color: 4679376.

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

Color convert

RGB 208 102 71 -
CMYK 0 0.51 0.66 0.18
HSL 13.58º 0.59% 0.55% -
HSV(B) 13.58º 0.66% 0.82% -
XYZ 31.9 23.37 8.79 -
YUV 130.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 208 102 71 0 0.51 0.66 0.18 13.58 0.59 0.55
Hex D0 66 47 0 33 42 12 E 3B 37
Octal 320 146 107 0 63 102 22 16 73 67
Binary 11010000 1100110 1000111 0 110011 1000010 10010 1110 111011 110111

Color Harmonies of #D06647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06647

Black with #D06647

Text Example


Text Example

White with #D06647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06647; }

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

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

background-color css

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

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

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

border-color css

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

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

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