Html Css Color HEX #D76B45 Red Damask

📋 copy color: '#D76B45'

red 215 ◦ green 107 ◦ blue 69

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

Shades of Red Damask #D76B45

Tints of Red Damask #D76B45

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.37%

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

R = 54.99%
G = 27.37%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D76B45 (or 0xD76B45) is known color: Red Damask. HEX triplet: D7, 6B and 45. RGB value is (215,107,69). Sum of RGB (Red+Green+Blue) = 215+107+69=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76B45 is #2894BA. Grayscale: #878787. Windows color (decimal): -2659515 or 4549591. OLE color: 4549591.

HSL color Cylindrical-coordinate representation of color #D76B45: hue angle of 15.62º 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 #D76B45 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 107 69 -
CMYK 0 0.50 0.68 0.16
HSL 15.62º 0.65% 0.56% -
HSV(B) 15.62º 0.68% 0.84% -
XYZ 34.36 25.39 8.72 -
YUV 134.96 90.78 185.09 -
System Red Green Blue C M Y K H S L
Decimal 215 107 69 0 0.50 0.68 0.16 15.62 0.65 0.56
Hex D7 6B 45 0 32 44 10 10 41 38
Octal 327 153 105 0 62 104 20 20 101 70
Binary 11010111 1101011 1000101 0 110010 1000100 10000 10000 1000001 111000

Color Harmonies of #D76B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B45

Black with #D76B45

Text Example


Text Example

White with #D76B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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