Html Css Color HEX #D66F49 Red Damask

📋 copy color: '#D66F49'

red 214 ◦ green 111 ◦ blue 73

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

Shades of Red Damask #D66F49

Tints of Red Damask #D66F49

RGB

 RED value IS 214 (83.98% from 255) = 53.77%

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

 BLUE value IS 73 (28.91% from 255) = 18.34%

R = 53.77%
G = 27.89%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D66F49 (or 0xD66F49) is known color: Red Damask. HEX triplet: D6, 6F and 49. RGB value is (214,111,73). Sum of RGB (Red+Green+Blue) = 214+111+73=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66F49 is #2990B6. Grayscale: #898989. Windows color (decimal): -2724023 or 4812758. OLE color: 4812758.

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

Color convert

RGB 214 111 73 -
CMYK 0 0.48 0.66 0.16
HSL 16.17º 0.63% 0.56% -
HSV(B) 16.17º 0.66% 0.84% -
XYZ 34.62 26.15 9.53 -
YUV 137.47 91.62 182.59 -
System Red Green Blue C M Y K H S L
Decimal 214 111 73 0 0.48 0.66 0.16 16.17 0.63 0.56
Hex D6 6F 49 0 30 42 10 10 3F 38
Octal 326 157 111 0 60 102 20 20 77 70
Binary 11010110 1101111 1001001 0 110000 1000010 10000 10000 111111 111000

Color Harmonies of #D66F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F49

Black with #D66F49

Text Example


Text Example

White with #D66F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F49; }

 p { color: rgb(214,111,73); }

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

background-color css

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

 a { background-color: rgb(214,111,73); }

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

border-color css

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

 span { border-color: rgb(214,111,73); }

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