Html Css Color HEX #D46142 Dark Coral

📋 copy color: '#D46142'

red 212 ◦ green 97 ◦ blue 66

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

Shades of Dark Coral #D46142

Tints of Dark Coral #D46142

RGB

 RED value IS 212 (83.2% from 255) = 56.53%

 GREEN value IS 97 (38.28% from 255) = 25.87%

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

R = 56.53%
G = 25.87%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D46142 (or 0xD46142) is known color: Dark Coral. HEX triplet: D4, 61 and 42. RGB value is (212,97,66). Sum of RGB (Red+Green+Blue) = 212+97+66=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D46142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46142 is #2B9EBD. Grayscale: #808080. Windows color (decimal): -2858686 or 4350420. OLE color: 4350420.

HSL color Cylindrical-coordinate representation of color #D46142: hue angle of 12.74º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D46142 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 97 66 -
CMYK 0 0.54 0.69 0.17
HSL 12.74º 0.63% 0.55% -
HSV(B) 12.74º 0.69% 0.83% -
XYZ 32.41 22.94 7.87 -
YUV 127.85 93.1 188.02 -
System Red Green Blue C M Y K H S L
Decimal 212 97 66 0 0.54 0.69 0.17 12.74 0.63 0.55
Hex D4 61 42 0 36 45 11 D 3F 37
Octal 324 141 102 0 66 105 21 15 77 67
Binary 11010100 1100001 1000010 0 110110 1000101 10001 1101 111111 110111

Color Harmonies of #D46142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46142

Black with #D46142

Text Example


Text Example

White with #D46142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46142; }

 p { color: rgb(212,97,66); }

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

background-color css

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

 a { background-color: rgb(212,97,66); }

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

border-color css

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

 span { border-color: rgb(212,97,66); }

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