Html Css Color HEX #D8721E Chocolate

📋 copy color: '#D8721E'

red 216 ◦ green 114 ◦ blue 30

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

Shades of Chocolate #D8721E

Tints of Chocolate #D8721E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

 BLUE value IS 30 (12.11% from 255) = 8.33%

R = 60%
G = 31.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8721E (or 0xD8721E) is known color: Chocolate. HEX triplet: D8, 72 and 1E. RGB value is (216,114,30). Sum of RGB (Red+Green+Blue) = 216+114+30=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8721E is #278DE1. Grayscale: #878787. Windows color (decimal): -2592226 or 1995480. OLE color: 1995480.

HSL color Cylindrical-coordinate representation of color #D8721E: hue angle of 27.1º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8721E is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 114 30 -
CMYK 0 0.47 0.86 0.15
HSL 27.1º 0.76% 0.48% -
HSV(B) 27.1º 0.86% 0.85% -
XYZ 34.57 26.73 4.57 -
YUV 134.92 68.79 185.83 -
System Red Green Blue C M Y K H S L
Decimal 216 114 30 0 0.47 0.86 0.15 27.1 0.76 0.48
Hex D8 72 1E 0 2F 56 F 1B 4C 30
Octal 330 162 36 0 57 126 17 33 114 60
Binary 11011000 1110010 11110 0 101111 1010110 1111 11011 1001100 110000

Color Harmonies of #D8721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8721E

Black with #D8721E

Text Example


Text Example

White with #D8721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8721E; }

 p { color: rgb(216,114,30); }

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

background-color css

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

 a { background-color: rgb(216,114,30); }

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

border-color css

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

 span { border-color: rgb(216,114,30); }

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