Html Css Color HEX #D06D48 Red Damask

📋 copy color: '#D06D48'

red 208 ◦ green 109 ◦ blue 72

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

Shades of Red Damask #D06D48

Tints of Red Damask #D06D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.51%

R = 53.47%
G = 28.02%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D06D48 (or 0xD06D48) is known color: Red Damask. HEX triplet: D0, 6D and 48. RGB value is (208,109,72). Sum of RGB (Red+Green+Blue) = 208+109+72=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D48 is #2F92B7. Grayscale: #868686. Windows color (decimal): -3117752 or 4746704. OLE color: 4746704.

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

Color convert

RGB 208 109 72 -
CMYK 0 0.48 0.65 0.18
HSL 16.32º 0.59% 0.55% -
HSV(B) 16.32º 0.65% 0.82% -
XYZ 32.65 24.82 9.2 -
YUV 134.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 208 109 72 0 0.48 0.65 0.18 16.32 0.59 0.55
Hex D0 6D 48 0 30 41 12 10 3B 37
Octal 320 155 110 0 60 101 22 20 73 67
Binary 11010000 1101101 1001000 0 110000 1000001 10010 10000 111011 110111

Color Harmonies of #D06D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D48

Black with #D06D48

Text Example


Text Example

White with #D06D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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