Html Css Color HEX #D8731A Chocolate

📋 copy color: '#D8731A'

red 216 ◦ green 115 ◦ blue 26

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

Shades of Chocolate #D8731A

Tints of Chocolate #D8731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

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

R = 60.5%
G = 32.21%
B = 7.28%

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

#D8731A (or 0xD8731A) is known color: Chocolate. HEX triplet: D8, 73 and 1A. RGB value is (216,115,26). Sum of RGB (Red+Green+Blue) = 216+115+26=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D8731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8731A is #278CE5. Grayscale: #878787. Windows color (decimal): -2591974 or 1733592. OLE color: 1733592.

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

Color convert

RGB 216 115 26 -
CMYK 0 0.47 0.88 0.15
HSL 28.11º 0.79% 0.47% -
HSV(B) 28.11º 0.88% 0.85% -
XYZ 34.64 26.93 4.35 -
YUV 135.05 66.46 185.74 -
System Red Green Blue C M Y K H S L
Decimal 216 115 26 0 0.47 0.88 0.15 28.11 0.79 0.47
Hex D8 73 1A 0 2F 58 F 1C 4F 2F
Octal 330 163 32 0 57 130 17 34 117 57
Binary 11011000 1110011 11010 0 101111 1011000 1111 11100 1001111 101111

Color Harmonies of #D8731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8731A

Black with #D8731A

Text Example


Text Example

White with #D8731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8731A; }

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

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

background-color css

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

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

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

border-color css

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

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

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