Html Css Color HEX #D8721A Chocolate

📋 copy color: '#D8721A'

red 216 ◦ green 114 ◦ blue 26

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

Shades of Chocolate #D8721A

Tints of Chocolate #D8721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.3%

R = 60.67%
G = 32.02%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8721A (or 0xD8721A) is known color: Chocolate. HEX triplet: D8, 72 and 1A. RGB value is (216,114,26). Sum of RGB (Red+Green+Blue) = 216+114+26=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D8721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8721A is #278DE5. Grayscale: #868686. Windows color (decimal): -2592230 or 1733336. OLE color: 1733336.

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

Color convert

RGB 216 114 26 -
CMYK 0 0.47 0.88 0.15
HSL 27.79º 0.79% 0.47% -
HSV(B) 27.79º 0.88% 0.85% -
XYZ 34.52 26.71 4.31 -
YUV 134.47 66.79 186.16 -
System Red Green Blue C M Y K H S L
Decimal 216 114 26 0 0.47 0.88 0.15 27.79 0.79 0.47
Hex D8 72 1A 0 2F 58 F 1C 4F 2F
Octal 330 162 32 0 57 130 17 34 117 57
Binary 11011000 1110010 11010 0 101111 1011000 1111 11100 1001111 101111

Color Harmonies of #D8721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8721A

Black with #D8721A

Text Example


Text Example

White with #D8721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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