Html Css Color HEX #D96045 Dark Coral

📋 copy color: '#D96045'

red 217 ◦ green 96 ◦ blue 69

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

Shades of Dark Coral #D96045

Tints of Dark Coral #D96045

RGB

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

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

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

R = 56.81%
G = 25.13%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D96045 (or 0xD96045) is known color: Dark Coral. HEX triplet: D9, 60 and 45. RGB value is (217,96,69). Sum of RGB (Red+Green+Blue) = 217+96+69=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D96045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96045 is #269FBA. Grayscale: #818181. Windows color (decimal): -2531259 or 4546777. OLE color: 4546777.

HSL color Cylindrical-coordinate representation of color #D96045: hue angle of 10.95º 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 #D96045 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 96 69 -
CMYK 0 0.56 0.68 0.15
HSL 10.95º 0.66% 0.56% -
HSV(B) 10.95º 0.68% 0.85% -
XYZ 33.87 23.55 8.39 -
YUV 129.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 217 96 69 0 0.56 0.68 0.15 10.95 0.66 0.56
Hex D9 60 45 0 38 44 F B 42 38
Octal 331 140 105 0 70 104 17 13 102 70
Binary 11011001 1100000 1000101 0 111000 1000100 1111 1011 1000010 111000

Color Harmonies of #D96045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96045

Black with #D96045

Text Example


Text Example

White with #D96045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96045; }

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

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

background-color css

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

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

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

border-color css

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

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

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