Html Css Color HEX #D94F18 Chocolate

📋 copy color: '#D94F18'

red 217 ◦ green 79 ◦ blue 24

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

Shades of Chocolate #D94F18

Tints of Chocolate #D94F18

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.69%

 BLUE value IS 24 (9.77% from 255) = 7.5%

R = 67.81%
G = 24.69%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D94F18 (or 0xD94F18) is known color: Chocolate. HEX triplet: D9, 4F and 18. RGB value is (217,79,24). Sum of RGB (Red+Green+Blue) = 217+79+24=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94F18 is #26B0E7. Grayscale: #727272. Windows color (decimal): -2535656 or 1593305. OLE color: 1593305.

HSL color Cylindrical-coordinate representation of color #D94F18: hue angle of 17.1º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D94F18 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 79 24 -
CMYK 0 0.64 0.89 0.15
HSL 17.1º 0.8% 0.47% -
HSV(B) 17.1º 0.89% 0.85% -
XYZ 31.58 20.41 3.14 -
YUV 113.99 77.22 201.47 -
System Red Green Blue C M Y K H S L
Decimal 217 79 24 0 0.64 0.89 0.15 17.1 0.8 0.47
Hex D9 4F 18 0 40 59 F 11 50 2F
Octal 331 117 30 0 100 131 17 21 120 57
Binary 11011001 1001111 11000 0 1000000 1011001 1111 10001 1010000 101111

Color Harmonies of #D94F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F18

Black with #D94F18

Text Example


Text Example

White with #D94F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F18; }

 p { color: rgb(217,79,24); }

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

background-color css

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

 a { background-color: rgb(217,79,24); }

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

border-color css

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

 span { border-color: rgb(217,79,24); }

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