Html Css Color HEX #D46045 Dark Coral

📋 copy color: '#D46045'

red 212 ◦ green 96 ◦ blue 69

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

Shades of Dark Coral #D46045

Tints of Dark Coral #D46045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 56.23%
G = 25.46%
B = 18.3%

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

#D46045 (or 0xD46045) is known color: Dark Coral. HEX triplet: D4, 60 and 45. RGB value is (212,96,69). Sum of RGB (Red+Green+Blue) = 212+96+69=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D46045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46045 is #2B9FBA. Grayscale: #7F7F7F. Windows color (decimal): -2858939 or 4546772. OLE color: 4546772.

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

Color convert

RGB 212 96 69 -
CMYK 0 0.55 0.67 0.17
HSL 11.33º 0.62% 0.55% -
HSV(B) 11.33º 0.67% 0.83% -
XYZ 32.41 22.79 8.32 -
YUV 127.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 212 96 69 0 0.55 0.67 0.17 11.33 0.62 0.55
Hex D4 60 45 0 37 43 11 B 3E 37
Octal 324 140 105 0 67 103 21 13 76 67
Binary 11010100 1100000 1000101 0 110111 1000011 10001 1011 111110 110111

Color Harmonies of #D46045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46045

Black with #D46045

Text Example


Text Example

White with #D46045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46045; }

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

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

background-color css

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

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

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

border-color css

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

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

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