Html Css Color HEX #D8630E Chocolate

📋 copy color: '#D8630E'

red 216 ◦ green 99 ◦ blue 14

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

Shades of Chocolate #D8630E

Tints of Chocolate #D8630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

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

R = 65.65%
G = 30.09%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8630E (or 0xD8630E) is known color: Chocolate. HEX triplet: D8, 63 and 0E. RGB value is (216,99,14). Sum of RGB (Red+Green+Blue) = 216+99+14=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8630E is #279CF1. Grayscale: #7C7C7C. Windows color (decimal): -2596082 or 943064. OLE color: 943064.

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

Color convert

RGB 216 99 14 -
CMYK 0 0.54 0.94 0.15
HSL 25.25º 0.88% 0.45% -
HSV(B) 25.25º 0.94% 0.85% -
XYZ 32.86 23.55 3.23 -
YUV 124.29 65.76 193.41 -
System Red Green Blue C M Y K H S L
Decimal 216 99 14 0 0.54 0.94 0.15 25.25 0.88 0.45
Hex D8 63 E 0 36 5E F 19 58 2D
Octal 330 143 16 0 66 136 17 31 130 55
Binary 11011000 1100011 1110 0 110110 1011110 1111 11001 1011000 101101

Color Harmonies of #D8630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8630E

Black with #D8630E

Text Example


Text Example

White with #D8630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8630E; }

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

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

background-color css

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

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

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

border-color css

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

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

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