Html Css Color HEX #D66A4A Red Damask

📋 copy color: '#D66A4A'

red 214 ◦ green 106 ◦ blue 74

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

Shades of Red Damask #D66A4A

Tints of Red Damask #D66A4A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.9%

 BLUE value IS 74 (29.3% from 255) = 18.78%

R = 54.31%
G = 26.9%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D66A4A (or 0xD66A4A) is known color: Red Damask. HEX triplet: D6, 6A and 4A. RGB value is (214,106,74). Sum of RGB (Red+Green+Blue) = 214+106+74=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A4A is #2995B5. Grayscale: #868686. Windows color (decimal): -2725302 or 4877014. OLE color: 4877014.

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

Color convert

RGB 214 106 74 -
CMYK 0 0.50 0.65 0.16
HSL 13.71º 0.63% 0.56% -
HSV(B) 13.71º 0.65% 0.84% -
XYZ 34.12 25.1 9.52 -
YUV 134.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 214 106 74 0 0.50 0.65 0.16 13.71 0.63 0.56
Hex D6 6A 4A 0 32 41 10 E 3F 38
Octal 326 152 112 0 62 101 20 16 77 70
Binary 11010110 1101010 1001010 0 110010 1000001 10000 1110 111111 111000

Color Harmonies of #D66A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A4A

Black with #D66A4A

Text Example


Text Example

White with #D66A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A4A; }

 p { color: rgb(214,106,74); }

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

background-color css

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

 a { background-color: rgb(214,106,74); }

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

border-color css

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

 span { border-color: rgb(214,106,74); }

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