Html Css Color HEX #D66E43 Red Damask

📋 copy color: '#D66E43'

red 214 ◦ green 110 ◦ blue 67

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

Shades of Red Damask #D66E43

Tints of Red Damask #D66E43

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.13%

 BLUE value IS 67 (26.56% from 255) = 17.14%

R = 54.73%
G = 28.13%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D66E43 (or 0xD66E43) is known color: Red Damask. HEX triplet: D6, 6E and 43. RGB value is (214,110,67). Sum of RGB (Red+Green+Blue) = 214+110+67=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E43 is #2991BC. Grayscale: #888888. Windows color (decimal): -2724285 or 4419286. OLE color: 4419286.

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

Color convert

RGB 214 110 67 -
CMYK 0 0.49 0.69 0.16
HSL 17.55º 0.64% 0.55% -
HSV(B) 17.55º 0.69% 0.84% -
XYZ 34.32 25.85 8.49 -
YUV 136.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 214 110 67 0 0.49 0.69 0.16 17.55 0.64 0.55
Hex D6 6E 43 0 31 45 10 12 40 37
Octal 326 156 103 0 61 105 20 22 100 67
Binary 11010110 1101110 1000011 0 110001 1000101 10000 10010 1000000 110111

Color Harmonies of #D66E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E43

Black with #D66E43

Text Example


Text Example

White with #D66E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E43; }

 p { color: rgb(214,110,67); }

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

background-color css

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

 a { background-color: rgb(214,110,67); }

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

border-color css

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

 span { border-color: rgb(214,110,67); }

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