Html Css Color HEX #D74F18 Chocolate

📋 copy color: '#D74F18'

red 215 ◦ green 79 ◦ blue 24

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

Shades of Chocolate #D74F18

Tints of Chocolate #D74F18

RGB

 RED value IS 215 (84.38% from 255) = 67.61%

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

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

R = 67.61%
G = 24.84%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D74F18 (or 0xD74F18) is known color: Chocolate. HEX triplet: D7, 4F and 18. RGB value is (215,79,24). Sum of RGB (Red+Green+Blue) = 215+79+24=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74F18 is #28B0E7. Grayscale: #717171. Windows color (decimal): -2666728 or 1593303. OLE color: 1593303.

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

Color convert

RGB 215 79 24 -
CMYK 0 0.63 0.89 0.16
HSL 17.28º 0.8% 0.47% -
HSV(B) 17.28º 0.89% 0.84% -
XYZ 30.99 20.1 3.11 -
YUV 113.39 77.56 200.47 -
System Red Green Blue C M Y K H S L
Decimal 215 79 24 0 0.63 0.89 0.16 17.28 0.8 0.47
Hex D7 4F 18 0 3F 59 10 11 50 2F
Octal 327 117 30 0 77 131 20 21 120 57
Binary 11010111 1001111 11000 0 111111 1011001 10000 10001 1010000 101111

Color Harmonies of #D74F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F18

Black with #D74F18

Text Example


Text Example

White with #D74F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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