Html Css Color HEX #D64F18 Chocolate

📋 copy color: '#D64F18'

red 214 ◦ green 79 ◦ blue 24

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

Shades of Chocolate #D64F18

Tints of Chocolate #D64F18

RGB

 RED value IS 214 (83.98% from 255) = 67.51%

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

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

R = 67.51%
G = 24.92%
B = 7.57%

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

#D64F18 (or 0xD64F18) is known color: Chocolate. HEX triplet: D6, 4F and 18. RGB value is (214,79,24). Sum of RGB (Red+Green+Blue) = 214+79+24=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64F18 is #29B0E7. Grayscale: #717171. Windows color (decimal): -2732264 or 1593302. OLE color: 1593302.

HSL color Cylindrical-coordinate representation of color #D64F18: hue angle of 17.37º 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 #D64F18 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 79 24 -
CMYK 0 0.63 0.89 0.16
HSL 17.37º 0.8% 0.47% -
HSV(B) 17.37º 0.89% 0.84% -
XYZ 30.69 19.95 3.1 -
YUV 113.1 77.73 199.97 -
System Red Green Blue C M Y K H S L
Decimal 214 79 24 0 0.63 0.89 0.16 17.37 0.8 0.47
Hex D6 4F 18 0 3F 59 10 11 50 2F
Octal 326 117 30 0 77 131 20 21 120 57
Binary 11010110 1001111 11000 0 111111 1011001 10000 10001 1010000 101111

Color Harmonies of #D64F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F18

Black with #D64F18

Text Example


Text Example

White with #D64F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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