Html Css Color HEX #D76F48 Red Damask

📋 copy color: '#D76F48'

red 215 ◦ green 111 ◦ blue 72

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

Shades of Red Damask #D76F48

Tints of Red Damask #D76F48

RGB

 RED value IS 215 (84.38% from 255) = 54.02%

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

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

R = 54.02%
G = 27.89%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D76F48 (or 0xD76F48) is known color: Red Damask. HEX triplet: D7, 6F and 48. RGB value is (215,111,72). Sum of RGB (Red+Green+Blue) = 215+111+72=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F48 is #2890B7. Grayscale: #898989. Windows color (decimal): -2658488 or 4747223. OLE color: 4747223.

HSL color Cylindrical-coordinate representation of color #D76F48: hue angle of 16.36º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D76F48 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 72 -
CMYK 0 0.48 0.67 0.16
HSL 16.36º 0.64% 0.56% -
HSV(B) 16.36º 0.67% 0.84% -
XYZ 34.88 26.28 9.37 -
YUV 137.65 90.96 183.17 -
System Red Green Blue C M Y K H S L
Decimal 215 111 72 0 0.48 0.67 0.16 16.36 0.64 0.56
Hex D7 6F 48 0 30 43 10 10 40 38
Octal 327 157 110 0 60 103 20 20 100 70
Binary 11010111 1101111 1001000 0 110000 1000011 10000 10000 1000000 111000

Color Harmonies of #D76F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F48

Black with #D76F48

Text Example


Text Example

White with #D76F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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