Html Css Color HEX #D8640F Chocolate

📋 copy color: '#D8640F'

red 216 ◦ green 100 ◦ blue 15

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

Shades of Chocolate #D8640F

Tints of Chocolate #D8640F

RGB

 RED value IS 216 (84.77% from 255) = 65.26%

 GREEN value IS 100 (39.45% from 255) = 30.21%

 BLUE value IS 15 (6.25% from 255) = 4.53%

R = 65.26%
G = 30.21%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8640F (or 0xD8640F) is known color: Chocolate. HEX triplet: D8, 64 and 0F. RGB value is (216,100,15). Sum of RGB (Red+Green+Blue) = 216+100+15=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8640F is #279BF0. Grayscale: #7D7D7D. Windows color (decimal): -2595825 or 1008856. OLE color: 1008856.

HSL color Cylindrical-coordinate representation of color #D8640F: hue angle of 25.37º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8640F is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 100 15 -
CMYK 0 0.54 0.93 0.15
HSL 25.37º 0.87% 0.45% -
HSV(B) 25.37º 0.93% 0.85% -
XYZ 32.96 23.75 3.3 -
YUV 124.99 65.93 192.91 -
System Red Green Blue C M Y K H S L
Decimal 216 100 15 0 0.54 0.93 0.15 25.37 0.87 0.45
Hex D8 64 F 0 36 5D F 19 57 2D
Octal 330 144 17 0 66 135 17 31 127 55
Binary 11011000 1100100 1111 0 110110 1011101 1111 11001 1010111 101101

Color Harmonies of #D8640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8640F

Black with #D8640F

Text Example


Text Example

White with #D8640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8640F; }

 p { color: rgb(216,100,15); }

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

background-color css

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

 a { background-color: rgb(216,100,15); }

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

border-color css

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

 span { border-color: rgb(216,100,15); }

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