Html Css Color HEX #D86F48 Red Damask

📋 copy color: '#D86F48'

red 216 ◦ green 111 ◦ blue 72

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

Shades of Red Damask #D86F48

Tints of Red Damask #D86F48

RGB

 RED value IS 216 (84.77% from 255) = 54.14%

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

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

R = 54.14%
G = 27.82%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D86F48 (or 0xD86F48) is known color: Red Damask. HEX triplet: D8, 6F and 48. RGB value is (216,111,72). Sum of RGB (Red+Green+Blue) = 216+111+72=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F48 is #2790B7. Grayscale: #8A8A8A. Windows color (decimal): -2592952 or 4747224. OLE color: 4747224.

HSL color Cylindrical-coordinate representation of color #D86F48: hue angle of 16.25º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D86F48 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 111 72 -
CMYK 0 0.49 0.67 0.15
HSL 16.25º 0.65% 0.56% -
HSV(B) 16.25º 0.67% 0.85% -
XYZ 35.17 26.44 9.38 -
YUV 137.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 216 111 72 0 0.49 0.67 0.15 16.25 0.65 0.56
Hex D8 6F 48 0 31 43 F 10 41 38
Octal 330 157 110 0 61 103 17 20 101 70
Binary 11011000 1101111 1001000 0 110001 1000011 1111 10000 1000001 111000

Color Harmonies of #D86F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F48

Black with #D86F48

Text Example


Text Example

White with #D86F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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