Html Css Color HEX #D66946 Red Damask

📋 copy color: '#D66946'

red 214 ◦ green 105 ◦ blue 70

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

Shades of Red Damask #D66946

Tints of Red Damask #D66946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

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

R = 55.01%
G = 26.99%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D66946 (or 0xD66946) is known color: Red Damask. HEX triplet: D6, 69 and 46. RGB value is (214,105,70). Sum of RGB (Red+Green+Blue) = 214+105+70=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D66946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66946 is #2996B9. Grayscale: #858585. Windows color (decimal): -2725562 or 4614614. OLE color: 4614614.

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

Color convert

RGB 214 105 70 -
CMYK 0 0.51 0.67 0.16
HSL 14.58º 0.64% 0.56% -
HSV(B) 14.58º 0.67% 0.84% -
XYZ 33.89 24.84 8.8 -
YUV 133.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 214 105 70 0 0.51 0.67 0.16 14.58 0.64 0.56
Hex D6 69 46 0 33 43 10 F 40 38
Octal 326 151 106 0 63 103 20 17 100 70
Binary 11010110 1101001 1000110 0 110011 1000011 10000 1111 1000000 111000

Color Harmonies of #D66946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66946

Black with #D66946

Text Example


Text Example

White with #D66946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66946; }

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

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

background-color css

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

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

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

border-color css

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

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

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