Html Css Color HEX #D8610D Chocolate

📋 copy color: '#D8610D'

red 216 ◦ green 97 ◦ blue 13

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

Shades of Chocolate #D8610D

Tints of Chocolate #D8610D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 66.26%
G = 29.75%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8610D (or 0xD8610D) is known color: Chocolate. HEX triplet: D8, 61 and 0D. RGB value is (216,97,13). Sum of RGB (Red+Green+Blue) = 216+97+13=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8610D is #279EF2. Grayscale: #7B7B7B. Windows color (decimal): -2596595 or 877016. OLE color: 877016.

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

Color convert

RGB 216 97 13 -
CMYK 0 0.55 0.94 0.15
HSL 24.83º 0.89% 0.45% -
HSV(B) 24.83º 0.94% 0.85% -
XYZ 32.67 23.18 3.13 -
YUV 123.01 65.92 194.33 -
System Red Green Blue C M Y K H S L
Decimal 216 97 13 0 0.55 0.94 0.15 24.83 0.89 0.45
Hex D8 61 D 0 37 5E F 19 59 2D
Octal 330 141 15 0 67 136 17 31 131 55
Binary 11011000 1100001 1101 0 110111 1011110 1111 11001 1011001 101101

Color Harmonies of #D8610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8610D

Black with #D8610D

Text Example


Text Example

White with #D8610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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