Html Css Color HEX #D86C4B Red Damask

📋 copy color: '#D86C4B'

red 216 ◦ green 108 ◦ blue 75

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

Shades of Red Damask #D86C4B

Tints of Red Damask #D86C4B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

 BLUE value IS 75 (29.69% from 255) = 18.8%

R = 54.14%
G = 27.07%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D86C4B (or 0xD86C4B) is known color: Red Damask. HEX triplet: D8, 6C and 4B. RGB value is (216,108,75). Sum of RGB (Red+Green+Blue) = 216+108+75=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C4B is #2793B4. Grayscale: #888888. Windows color (decimal): -2593717 or 4943064. OLE color: 4943064.

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

Color convert

RGB 216 108 75 -
CMYK 0 0.50 0.65 0.15
HSL 14.04º 0.64% 0.57% -
HSV(B) 14.04º 0.65% 0.85% -
XYZ 34.95 25.83 9.8 -
YUV 136.53 93.28 184.68 -
System Red Green Blue C M Y K H S L
Decimal 216 108 75 0 0.50 0.65 0.15 14.04 0.64 0.57
Hex D8 6C 4B 0 32 41 F E 40 39
Octal 330 154 113 0 62 101 17 16 100 71
Binary 11011000 1101100 1001011 0 110010 1000001 1111 1110 1000000 111001

Color Harmonies of #D86C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C4B

Black with #D86C4B

Text Example


Text Example

White with #D86C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C4B; }

 p { color: rgb(216,108,75); }

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

background-color css

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

 a { background-color: rgb(216,108,75); }

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

border-color css

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

 span { border-color: rgb(216,108,75); }

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