Html Css Color HEX #D06848 Red Damask

📋 copy color: '#D06848'

red 208 ◦ green 104 ◦ blue 72

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

Shades of Red Damask #D06848

Tints of Red Damask #D06848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

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

R = 54.17%
G = 27.08%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D06848 (or 0xD06848) is known color: Red Damask. HEX triplet: D0, 68 and 48. RGB value is (208,104,72). Sum of RGB (Red+Green+Blue) = 208+104+72=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D06848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06848 is #2F97B7. Grayscale: #838383. Windows color (decimal): -3119032 or 4745424. OLE color: 4745424.

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

Color convert

RGB 208 104 72 -
CMYK 0 0.5 0.65 0.18
HSL 14.12º 0.59% 0.55% -
HSV(B) 14.12º 0.65% 0.82% -
XYZ 32.13 23.78 9.03 -
YUV 131.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 208 104 72 0 0.5 0.65 0.18 14.12 0.59 0.55
Hex D0 68 48 0 32 41 12 E 3B 37
Octal 320 150 110 0 62 101 22 16 73 67
Binary 11010000 1101000 1001000 0 110010 1000001 10010 1110 111011 110111

Color Harmonies of #D06848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06848

Black with #D06848

Text Example


Text Example

White with #D06848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06848; }

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

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

background-color css

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

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

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

border-color css

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

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

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