Html Css Color HEX #D37650 Red Damask

📋 copy color: '#D37650'

red 211 ◦ green 118 ◦ blue 80

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

Shades of Red Damask #D37650

Tints of Red Damask #D37650

RGB

 RED value IS 211 (82.81% from 255) = 51.59%

 GREEN value IS 118 (46.48% from 255) = 28.85%

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 51.59%
G = 28.85%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D37650 (or 0xD37650) is known color: Red Damask. HEX triplet: D3, 76 and 50. RGB value is (211,118,80). Sum of RGB (Red+Green+Blue) = 211+118+80=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D37650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37650 is #2C89AF. Grayscale: #8D8D8D. Windows color (decimal): -2918832 or 5273299. OLE color: 5273299.

HSL color Cylindrical-coordinate representation of color #D37650: hue angle of 17.4º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D37650 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 118 80 -
CMYK 0 0.44 0.62 0.17
HSL 17.4º 0.6% 0.57% -
HSV(B) 17.4º 0.62% 0.83% -
XYZ 34.79 27.38 11.04 -
YUV 141.48 93.31 177.59 -
System Red Green Blue C M Y K H S L
Decimal 211 118 80 0 0.44 0.62 0.17 17.4 0.6 0.57
Hex D3 76 50 0 2C 3E 11 11 3C 39
Octal 323 166 120 0 54 76 21 21 74 71
Binary 11010011 1110110 1010000 0 101100 111110 10001 10001 111100 111001

Color Harmonies of #D37650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37650

Black with #D37650

Text Example


Text Example

White with #D37650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37650; }

 p { color: rgb(211,118,80); }

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

background-color css

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

 a { background-color: rgb(211,118,80); }

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

border-color css

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

 span { border-color: rgb(211,118,80); }

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