Html Css Color HEX #D96143 Dark Coral

📋 copy color: '#D96143'

red 217 ◦ green 97 ◦ blue 67

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

Shades of Dark Coral #D96143

Tints of Dark Coral #D96143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.59%

R = 56.96%
G = 25.46%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D96143 (or 0xD96143) is known color: Dark Coral. HEX triplet: D9, 61 and 43. RGB value is (217,97,67). Sum of RGB (Red+Green+Blue) = 217+97+67=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D96143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96143 is #269EBC. Grayscale: #818181. Windows color (decimal): -2531005 or 4415961. OLE color: 4415961.

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

Color convert

RGB 217 97 67 -
CMYK 0 0.55 0.69 0.15
HSL 12º 0.66% 0.56% -
HSV(B) 12º 0.69% 0.85% -
XYZ 33.9 23.71 8.1 -
YUV 129.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 217 97 67 0 0.55 0.69 0.15 12 0.66 0.56
Hex D9 61 43 0 37 45 F C 42 38
Octal 331 141 103 0 67 105 17 14 102 70
Binary 11011001 1100001 1000011 0 110111 1000101 1111 1100 1000010 111000

Color Harmonies of #D96143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96143

Black with #D96143

Text Example


Text Example

White with #D96143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96143; }

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

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

background-color css

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

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

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

border-color css

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

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

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