Html Css Color HEX #D66F45 Red Damask

📋 copy color: '#D66F45'

red 214 ◦ green 111 ◦ blue 69

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

Shades of Red Damask #D66F45

Tints of Red Damask #D66F45

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

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

R = 54.31%
G = 28.17%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D66F45 (or 0xD66F45) is known color: Red Damask. HEX triplet: D6, 6F and 45. RGB value is (214,111,69). Sum of RGB (Red+Green+Blue) = 214+111+69=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66F45 is #2990BA. Grayscale: #898989. Windows color (decimal): -2724027 or 4550614. OLE color: 4550614.

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

Color convert

RGB 214 111 69 -
CMYK 0 0.48 0.68 0.16
HSL 17.38º 0.64% 0.55% -
HSV(B) 17.38º 0.68% 0.84% -
XYZ 34.49 26.09 8.85 -
YUV 137.01 89.62 182.92 -
System Red Green Blue C M Y K H S L
Decimal 214 111 69 0 0.48 0.68 0.16 17.38 0.64 0.55
Hex D6 6F 45 0 30 44 10 11 40 37
Octal 326 157 105 0 60 104 20 21 100 67
Binary 11010110 1101111 1000101 0 110000 1000100 10000 10001 1000000 110111

Color Harmonies of #D66F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F45

Black with #D66F45

Text Example


Text Example

White with #D66F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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