Html Css Color HEX #D66D4B Red Damask

📋 copy color: '#D66D4B'

red 214 ◦ green 109 ◦ blue 75

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

Shades of Red Damask #D66D4B

Tints of Red Damask #D66D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.39%

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

R = 53.77%
G = 27.39%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D66D4B (or 0xD66D4B) is known color: Red Damask. HEX triplet: D6, 6D and 4B. RGB value is (214,109,75). Sum of RGB (Red+Green+Blue) = 214+109+75=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66D4B is #2992B4. Grayscale: #888888. Windows color (decimal): -2724533 or 4943318. OLE color: 4943318.

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

Color convert

RGB 214 109 75 -
CMYK 0 0.49 0.65 0.16
HSL 14.68º 0.63% 0.57% -
HSV(B) 14.68º 0.65% 0.84% -
XYZ 34.47 25.74 9.81 -
YUV 136.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 214 109 75 0 0.49 0.65 0.16 14.68 0.63 0.57
Hex D6 6D 4B 0 31 41 10 F 3F 39
Octal 326 155 113 0 61 101 20 17 77 71
Binary 11010110 1101101 1001011 0 110001 1000001 10000 1111 111111 111001

Color Harmonies of #D66D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66D4B

Black with #D66D4B

Text Example


Text Example

White with #D66D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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