Html Css Color HEX #D96145 Dark Coral

📋 copy color: '#D96145'

red 217 ◦ green 97 ◦ blue 69

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

Shades of Dark Coral #D96145

Tints of Dark Coral #D96145

RGB

 RED value IS 217 (85.16% from 255) = 56.66%

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

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

R = 56.66%
G = 25.33%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D96145 (or 0xD96145) is known color: Dark Coral. HEX triplet: D9, 61 and 45. RGB value is (217,97,69). Sum of RGB (Red+Green+Blue) = 217+97+69=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D96145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96145 is #269EBA. Grayscale: #818181. Windows color (decimal): -2531003 or 4547033. OLE color: 4547033.

HSL color Cylindrical-coordinate representation of color #D96145: hue angle of 11.35º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D96145 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 69 -
CMYK 0 0.55 0.68 0.15
HSL 11.35º 0.66% 0.56% -
HSV(B) 11.35º 0.68% 0.85% -
XYZ 33.96 23.73 8.42 -
YUV 129.69 93.76 190.28 -
System Red Green Blue C M Y K H S L
Decimal 217 97 69 0 0.55 0.68 0.15 11.35 0.66 0.56
Hex D9 61 45 0 37 44 F B 42 38
Octal 331 141 105 0 67 104 17 13 102 70
Binary 11011001 1100001 1000101 0 110111 1000100 1111 1011 1000010 111000

Color Harmonies of #D96145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96145

Black with #D96145

Text Example


Text Example

White with #D96145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96145; }

 p { color: rgb(217,97,69); }

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

background-color css

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

 a { background-color: rgb(217,97,69); }

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

border-color css

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

 span { border-color: rgb(217,97,69); }

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