Html Css Color HEX #D46046 Dark Coral

📋 copy color: '#D46046'

red 212 ◦ green 96 ◦ blue 70

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

Shades of Dark Coral #D46046

Tints of Dark Coral #D46046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.52%

R = 56.08%
G = 25.4%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D46046 (or 0xD46046) is known color: Dark Coral. HEX triplet: D4, 60 and 46. RGB value is (212,96,70). Sum of RGB (Red+Green+Blue) = 212+96+70=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D46046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46046 is #2B9FB9. Grayscale: #7F7F7F. Windows color (decimal): -2858938 or 4612308. OLE color: 4612308.

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

Color convert

RGB 212 96 70 -
CMYK 0 0.55 0.67 0.17
HSL 10.99º 0.62% 0.55% -
HSV(B) 10.99º 0.67% 0.83% -
XYZ 32.44 22.8 8.49 -
YUV 127.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 212 96 70 0 0.55 0.67 0.17 10.99 0.62 0.55
Hex D4 60 46 0 37 43 11 B 3E 37
Octal 324 140 106 0 67 103 21 13 76 67
Binary 11010100 1100000 1000110 0 110111 1000011 10001 1011 111110 110111

Color Harmonies of #D46046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46046

Black with #D46046

Text Example


Text Example

White with #D46046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46046; }

 p { color: rgb(212,96,70); }

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

background-color css

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

 a { background-color: rgb(212,96,70); }

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

border-color css

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

 span { border-color: rgb(212,96,70); }

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