Html Css Color HEX #D46042 Dark Coral

📋 copy color: '#D46042'

red 212 ◦ green 96 ◦ blue 66

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

Shades of Dark Coral #D46042

Tints of Dark Coral #D46042

RGB

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

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

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

R = 56.68%
G = 25.67%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D46042 (or 0xD46042) is known color: Dark Coral. HEX triplet: D4, 60 and 42. RGB value is (212,96,66). Sum of RGB (Red+Green+Blue) = 212+96+66=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D46042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46042 is #2B9FBD. Grayscale: #7F7F7F. Windows color (decimal): -2858942 or 4350164. OLE color: 4350164.

HSL color Cylindrical-coordinate representation of color #D46042: hue angle of 12.33º 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 #D46042 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 96 66 -
CMYK 0 0.55 0.69 0.17
HSL 12.33º 0.63% 0.55% -
HSV(B) 12.33º 0.69% 0.83% -
XYZ 32.32 22.76 7.84 -
YUV 127.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 212 96 66 0 0.55 0.69 0.17 12.33 0.63 0.55
Hex D4 60 42 0 37 45 11 C 3F 37
Octal 324 140 102 0 67 105 21 14 77 67
Binary 11010100 1100000 1000010 0 110111 1000101 10001 1100 111111 110111

Color Harmonies of #D46042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46042

Black with #D46042

Text Example


Text Example

White with #D46042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46042; }

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

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

background-color css

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

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

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

border-color css

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

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

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