Html Css Color HEX #D16442 Dark Coral

📋 copy color: '#D16442'

red 209 ◦ green 100 ◦ blue 66

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

Shades of Dark Coral #D16442

Tints of Dark Coral #D16442

RGB

 RED value IS 209 (82.03% from 255) = 55.73%

 GREEN value IS 100 (39.45% from 255) = 26.67%

 BLUE value IS 66 (26.17% from 255) = 17.6%

R = 55.73%
G = 26.67%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D16442 (or 0xD16442) is known color: Dark Coral. HEX triplet: D1, 64 and 42. RGB value is (209,100,66). Sum of RGB (Red+Green+Blue) = 209+100+66=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D16442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16442 is #2E9BBD. Grayscale: #808080. Windows color (decimal): -3054526 or 4351185. OLE color: 4351185.

HSL color Cylindrical-coordinate representation of color #D16442: hue angle of 14.27º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D16442 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 100 66 -
CMYK 0 0.52 0.68 0.18
HSL 14.27º 0.61% 0.54% -
HSV(B) 14.27º 0.68% 0.82% -
XYZ 31.84 23.06 7.93 -
YUV 128.72 92.61 185.26 -
System Red Green Blue C M Y K H S L
Decimal 209 100 66 0 0.52 0.68 0.18 14.27 0.61 0.54
Hex D1 64 42 0 34 44 12 E 3D 36
Octal 321 144 102 0 64 104 22 16 75 66
Binary 11010001 1100100 1000010 0 110100 1000100 10010 1110 111101 110110

Color Harmonies of #D16442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16442

Black with #D16442

Text Example


Text Example

White with #D16442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16442; }

 p { color: rgb(209,100,66); }

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

background-color css

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

 a { background-color: rgb(209,100,66); }

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

border-color css

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

 span { border-color: rgb(209,100,66); }

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