Html Css Color HEX #D76745 Red Damask

📋 copy color: '#D76745'

red 215 ◦ green 103 ◦ blue 69

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

Shades of Red Damask #D76745

Tints of Red Damask #D76745

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.61%

 BLUE value IS 69 (27.34% from 255) = 17.83%

R = 55.56%
G = 26.61%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D76745 (or 0xD76745) is known color: Red Damask. HEX triplet: D7, 67 and 45. RGB value is (215,103,69). Sum of RGB (Red+Green+Blue) = 215+103+69=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D76745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76745 is #2898BA. Grayscale: #848484. Windows color (decimal): -2660539 or 4548567. OLE color: 4548567.

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

Color convert

RGB 215 103 69 -
CMYK 0 0.52 0.68 0.16
HSL 13.97º 0.65% 0.56% -
HSV(B) 13.97º 0.68% 0.84% -
XYZ 33.95 24.58 8.58 -
YUV 132.61 92.11 186.76 -
System Red Green Blue C M Y K H S L
Decimal 215 103 69 0 0.52 0.68 0.16 13.97 0.65 0.56
Hex D7 67 45 0 34 44 10 E 41 38
Octal 327 147 105 0 64 104 20 16 101 70
Binary 11010111 1100111 1000101 0 110100 1000100 10000 1110 1000001 111000

Color Harmonies of #D76745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76745

Black with #D76745

Text Example


Text Example

White with #D76745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76745; }

 p { color: rgb(215,103,69); }

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

background-color css

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

 a { background-color: rgb(215,103,69); }

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

border-color css

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

 span { border-color: rgb(215,103,69); }

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