Html Css Color HEX #D06D45 Red Damask

📋 copy color: '#D06D45'

red 208 ◦ green 109 ◦ blue 69

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

Shades of Red Damask #D06D45

Tints of Red Damask #D06D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.88%

R = 53.89%
G = 28.24%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D06D45 (or 0xD06D45) is known color: Red Damask. HEX triplet: D0, 6D and 45. RGB value is (208,109,69). Sum of RGB (Red+Green+Blue) = 208+109+69=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D45 is #2F92BA. Grayscale: #868686. Windows color (decimal): -3117755 or 4550096. OLE color: 4550096.

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

Color convert

RGB 208 109 69 -
CMYK 0 0.48 0.67 0.18
HSL 17.27º 0.6% 0.54% -
HSV(B) 17.27º 0.67% 0.82% -
XYZ 32.56 24.78 8.7 -
YUV 134.04 91.3 180.75 -
System Red Green Blue C M Y K H S L
Decimal 208 109 69 0 0.48 0.67 0.18 17.27 0.6 0.54
Hex D0 6D 45 0 30 43 12 11 3C 36
Octal 320 155 105 0 60 103 22 21 74 66
Binary 11010000 1101101 1000101 0 110000 1000011 10010 10001 111100 110110

Color Harmonies of #D06D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D45

Black with #D06D45

Text Example


Text Example

White with #D06D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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