Html Css Color HEX #D8650E Chocolate

📋 copy color: '#D8650E'

red 216 ◦ green 101 ◦ blue 14

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

Shades of Chocolate #D8650E

Tints of Chocolate #D8650E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

 BLUE value IS 14 (5.86% from 255) = 4.23%

R = 65.26%
G = 30.51%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8650E (or 0xD8650E) is known color: Chocolate. HEX triplet: D8, 65 and 0E. RGB value is (216,101,14). Sum of RGB (Red+Green+Blue) = 216+101+14=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8650E is #279AF1. Grayscale: #7D7D7D. Windows color (decimal): -2595570 or 943576. OLE color: 943576.

HSL color Cylindrical-coordinate representation of color #D8650E: hue angle of 25.84º degrees, saturation: 0.88, 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 #D8650E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 101 14 -
CMYK 0 0.53 0.94 0.15
HSL 25.84º 0.88% 0.45% -
HSV(B) 25.84º 0.94% 0.85% -
XYZ 33.05 23.94 3.29 -
YUV 125.47 65.1 192.57 -
System Red Green Blue C M Y K H S L
Decimal 216 101 14 0 0.53 0.94 0.15 25.84 0.88 0.45
Hex D8 65 E 0 35 5E F 1A 58 2D
Octal 330 145 16 0 65 136 17 32 130 55
Binary 11011000 1100101 1110 0 110101 1011110 1111 11010 1011000 101101

Color Harmonies of #D8650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8650E

Black with #D8650E

Text Example


Text Example

White with #D8650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8650E; }

 p { color: rgb(216,101,14); }

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

background-color css

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

 a { background-color: rgb(216,101,14); }

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

border-color css

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

 span { border-color: rgb(216,101,14); }

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