Html Css Color HEX #D06F48 Red Damask

📋 copy color: '#D06F48'

red 208 ◦ green 111 ◦ blue 72

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

Shades of Red Damask #D06F48

Tints of Red Damask #D06F48

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.39%

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

R = 53.2%
G = 28.39%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D06F48 (or 0xD06F48) is known color: Red Damask. HEX triplet: D0, 6F and 48. RGB value is (208,111,72). Sum of RGB (Red+Green+Blue) = 208+111+72=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F48 is #2F90B7. Grayscale: #878787. Windows color (decimal): -3117240 or 4747216. OLE color: 4747216.

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

Color convert

RGB 208 111 72 -
CMYK 0 0.47 0.65 0.18
HSL 17.21º 0.59% 0.55% -
HSV(B) 17.21º 0.65% 0.82% -
XYZ 32.87 25.25 9.27 -
YUV 135.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 208 111 72 0 0.47 0.65 0.18 17.21 0.59 0.55
Hex D0 6F 48 0 2F 41 12 11 3B 37
Octal 320 157 110 0 57 101 22 21 73 67
Binary 11010000 1101111 1001000 0 101111 1000001 10010 10001 111011 110111

Color Harmonies of #D06F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F48

Black with #D06F48

Text Example


Text Example

White with #D06F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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