Html Css Color HEX #D66D45 Red Damask

📋 copy color: '#D66D45'

red 214 ◦ green 109 ◦ blue 69

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

Shades of Red Damask #D66D45

Tints of Red Damask #D66D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.6%

R = 54.59%
G = 27.81%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D66D45 (or 0xD66D45) is known color: Red Damask. HEX triplet: D6, 6D and 45. RGB value is (214,109,69). Sum of RGB (Red+Green+Blue) = 214+109+69=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66D45 is #2992BA. Grayscale: #888888. Windows color (decimal): -2724539 or 4550102. OLE color: 4550102.

HSL color Cylindrical-coordinate representation of color #D66D45: hue angle of 16.55º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D66D45 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 109 69 -
CMYK 0 0.49 0.68 0.16
HSL 16.55º 0.64% 0.55% -
HSV(B) 16.55º 0.68% 0.84% -
XYZ 34.27 25.66 8.78 -
YUV 135.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 214 109 69 0 0.49 0.68 0.16 16.55 0.64 0.55
Hex D6 6D 45 0 31 44 10 11 40 37
Octal 326 155 105 0 61 104 20 21 100 67
Binary 11010110 1101101 1000101 0 110001 1000100 10000 10001 1000000 110111

Color Harmonies of #D66D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66D45

Black with #D66D45

Text Example


Text Example

White with #D66D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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