Html Css Color HEX #D66F46 Red Damask

📋 copy color: '#D66F46'

red 214 ◦ green 111 ◦ blue 70

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

Shades of Red Damask #D66F46

Tints of Red Damask #D66F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.72%

R = 54.18%
G = 28.1%
B = 17.72%

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

#D66F46 (or 0xD66F46) is known color: Red Damask. HEX triplet: D6, 6F and 46. RGB value is (214,111,70). Sum of RGB (Red+Green+Blue) = 214+111+70=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66F46 is #2990B9. Grayscale: #898989. Windows color (decimal): -2724026 or 4616150. OLE color: 4616150.

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

Color convert

RGB 214 111 70 -
CMYK 0 0.48 0.67 0.16
HSL 17.08º 0.64% 0.56% -
HSV(B) 17.08º 0.67% 0.84% -
XYZ 34.52 26.11 9.01 -
YUV 137.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 214 111 70 0 0.48 0.67 0.16 17.08 0.64 0.56
Hex D6 6F 46 0 30 43 10 11 40 38
Octal 326 157 106 0 60 103 20 21 100 70
Binary 11010110 1101111 1000110 0 110000 1000011 10000 10001 1000000 111000

Color Harmonies of #D66F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F46

Black with #D66F46

Text Example


Text Example

White with #D66F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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