Html Css Color HEX #D16542 Dark Coral

📋 copy color: '#D16542'

red 209 ◦ green 101 ◦ blue 66

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

Shades of Dark Coral #D16542

Tints of Dark Coral #D16542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 55.59%
G = 26.86%
B = 17.55%

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

#D16542 (or 0xD16542) is known color: Dark Coral. HEX triplet: D1, 65 and 42. RGB value is (209,101,66). Sum of RGB (Red+Green+Blue) = 209+101+66=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D16542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16542 is #2E9ABD. Grayscale: #818181. Windows color (decimal): -3054270 or 4351441. OLE color: 4351441.

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

Color convert

RGB 209 101 66 -
CMYK 0 0.52 0.68 0.18
HSL 14.69º 0.61% 0.54% -
HSV(B) 14.69º 0.68% 0.82% -
XYZ 31.93 23.26 7.96 -
YUV 129.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 209 101 66 0 0.52 0.68 0.18 14.69 0.61 0.54
Hex D1 65 42 0 34 44 12 F 3D 36
Octal 321 145 102 0 64 104 22 17 75 66
Binary 11010001 1100101 1000010 0 110100 1000100 10010 1111 111101 110110

Color Harmonies of #D16542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16542

Black with #D16542

Text Example


Text Example

White with #D16542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16542; }

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

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

background-color css

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

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

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

border-color css

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

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

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