Html Css Color HEX #D66040 Dark Coral

📋 copy color: '#D66040'

red 214 ◦ green 96 ◦ blue 64

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

Shades of Dark Coral #D66040

Tints of Dark Coral #D66040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.67%

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 57.22%
G = 25.67%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D66040 (or 0xD66040) is known color: Dark Coral. HEX triplet: D6, 60 and 40. RGB value is (214,96,64). Sum of RGB (Red+Green+Blue) = 214+96+64=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D66040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66040 is #299FBF. Grayscale: #7F7F7F. Windows color (decimal): -2727872 or 4219094. OLE color: 4219094.

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

Color convert

RGB 214 96 64 -
CMYK 0 0.55 0.70 0.16
HSL 12.8º 0.65% 0.55% -
HSV(B) 12.8º 0.7% 0.84% -
XYZ 32.84 23.03 7.57 -
YUV 127.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 214 96 64 0 0.55 0.70 0.16 12.8 0.65 0.55
Hex D6 60 40 0 37 46 10 D 41 37
Octal 326 140 100 0 67 106 20 15 101 67
Binary 11010110 1100000 1000000 0 110111 1000110 10000 1101 1000001 110111

Color Harmonies of #D66040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66040

Black with #D66040

Text Example


Text Example

White with #D66040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66040; }

 p { color: rgb(214,96,64); }

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

background-color css

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

 a { background-color: rgb(214,96,64); }

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

border-color css

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

 span { border-color: rgb(214,96,64); }

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