Html Css Color HEX #D66A4B Red Damask

📋 copy color: '#D66A4B'

red 214 ◦ green 106 ◦ blue 75

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

Shades of Red Damask #D66A4B

Tints of Red Damask #D66A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.99%

R = 54.18%
G = 26.84%
B = 18.99%

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

#D66A4B (or 0xD66A4B) is known color: Red Damask. HEX triplet: D6, 6A and 4B. RGB value is (214,106,75). Sum of RGB (Red+Green+Blue) = 214+106+75=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A4B is #2995B4. Grayscale: #868686. Windows color (decimal): -2725301 or 4942550. OLE color: 4942550.

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

Color convert

RGB 214 106 75 -
CMYK 0 0.50 0.65 0.16
HSL 13.38º 0.63% 0.57% -
HSV(B) 13.38º 0.65% 0.84% -
XYZ 34.16 25.11 9.7 -
YUV 134.76 94.28 184.52 -
System Red Green Blue C M Y K H S L
Decimal 214 106 75 0 0.50 0.65 0.16 13.38 0.63 0.57
Hex D6 6A 4B 0 32 41 10 D 3F 39
Octal 326 152 113 0 62 101 20 15 77 71
Binary 11010110 1101010 1001011 0 110010 1000001 10000 1101 111111 111001

Color Harmonies of #D66A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A4B

Black with #D66A4B

Text Example


Text Example

White with #D66A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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