Html Css Color HEX #D66745 Red Damask

📋 copy color: '#D66745'

red 214 ◦ green 103 ◦ blue 69

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

Shades of Red Damask #D66745

Tints of Red Damask #D66745

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.68%

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

R = 55.44%
G = 26.68%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D66745 (or 0xD66745) is known color: Red Damask. HEX triplet: D6, 67 and 45. RGB value is (214,103,69). Sum of RGB (Red+Green+Blue) = 214+103+69=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D66745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66745 is #2998BA. Grayscale: #848484. Windows color (decimal): -2726075 or 4548566. OLE color: 4548566.

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

Color convert

RGB 214 103 69 -
CMYK 0 0.52 0.68 0.16
HSL 14.07º 0.64% 0.55% -
HSV(B) 14.07º 0.68% 0.84% -
XYZ 33.66 24.43 8.57 -
YUV 132.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 214 103 69 0 0.52 0.68 0.16 14.07 0.64 0.55
Hex D6 67 45 0 34 44 10 E 40 37
Octal 326 147 105 0 64 104 20 16 100 67
Binary 11010110 1100111 1000101 0 110100 1000100 10000 1110 1000000 110111

Color Harmonies of #D66745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66745

Black with #D66745

Text Example


Text Example

White with #D66745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66745; }

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

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

background-color css

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

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

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

border-color css

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

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

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