Html Css Color HEX #D8610F Chocolate

📋 copy color: '#D8610F'

red 216 ◦ green 97 ◦ blue 15

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

Shades of Chocolate #D8610F

Tints of Chocolate #D8610F

RGB

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

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

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

R = 65.85%
G = 29.57%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8610F (or 0xD8610F) is known color: Chocolate. HEX triplet: D8, 61 and 0F. RGB value is (216,97,15). Sum of RGB (Red+Green+Blue) = 216+97+15=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8610F is #279EF0. Grayscale: #7B7B7B. Windows color (decimal): -2596593 or 1008088. OLE color: 1008088.

HSL color Cylindrical-coordinate representation of color #D8610F: hue angle of 24.48º 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 #D8610F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 97 15 -
CMYK 0 0.55 0.93 0.15
HSL 24.48º 0.87% 0.45% -
HSV(B) 24.48º 0.93% 0.85% -
XYZ 32.68 23.18 3.2 -
YUV 123.23 66.92 194.17 -
System Red Green Blue C M Y K H S L
Decimal 216 97 15 0 0.55 0.93 0.15 24.48 0.87 0.45
Hex D8 61 F 0 37 5D F 18 57 2D
Octal 330 141 17 0 67 135 17 30 127 55
Binary 11011000 1100001 1111 0 110111 1011101 1111 11000 1010111 101101

Color Harmonies of #D8610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8610F

Black with #D8610F

Text Example


Text Example

White with #D8610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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