Html Css Color HEX #D16342 Dark Coral

📋 copy color: '#D16342'

red 209 ◦ green 99 ◦ blue 66

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

Shades of Dark Coral #D16342

Tints of Dark Coral #D16342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.47%

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

R = 55.88%
G = 26.47%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D16342 (or 0xD16342) is known color: Dark Coral. HEX triplet: D1, 63 and 42. RGB value is (209,99,66). Sum of RGB (Red+Green+Blue) = 209+99+66=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D16342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16342 is #2E9CBD. Grayscale: #808080. Windows color (decimal): -3054782 or 4350929. OLE color: 4350929.

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

Color convert

RGB 209 99 66 -
CMYK 0 0.53 0.68 0.18
HSL 13.85º 0.61% 0.54% -
HSV(B) 13.85º 0.68% 0.82% -
XYZ 31.74 22.87 7.9 -
YUV 128.13 92.94 185.68 -
System Red Green Blue C M Y K H S L
Decimal 209 99 66 0 0.53 0.68 0.18 13.85 0.61 0.54
Hex D1 63 42 0 35 44 12 E 3D 36
Octal 321 143 102 0 65 104 22 16 75 66
Binary 11010001 1100011 1000010 0 110101 1000100 10010 1110 111101 110110

Color Harmonies of #D16342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16342

Black with #D16342

Text Example


Text Example

White with #D16342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16342; }

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

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

background-color css

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

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

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

border-color css

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

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

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