Html Css Color HEX #D8731F Chocolate

📋 copy color: '#D8731F'

red 216 ◦ green 115 ◦ blue 31

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

Shades of Chocolate #D8731F

Tints of Chocolate #D8731F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.56%

R = 59.67%
G = 31.77%
B = 8.56%

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

#D8731F (or 0xD8731F) is known color: Chocolate. HEX triplet: D8, 73 and 1F. RGB value is (216,115,31). Sum of RGB (Red+Green+Blue) = 216+115+31=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8731F is #278CE0. Grayscale: #888888. Windows color (decimal): -2591969 or 2061272. OLE color: 2061272.

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

Color convert

RGB 216 115 31 -
CMYK 0 0.47 0.86 0.15
HSL 27.24º 0.75% 0.48% -
HSV(B) 27.24º 0.86% 0.85% -
XYZ 34.7 26.96 4.67 -
YUV 135.62 68.96 185.33 -
System Red Green Blue C M Y K H S L
Decimal 216 115 31 0 0.47 0.86 0.15 27.24 0.75 0.48
Hex D8 73 1F 0 2F 56 F 1B 4B 30
Octal 330 163 37 0 57 126 17 33 113 60
Binary 11011000 1110011 11111 0 101111 1010110 1111 11011 1001011 110000

Color Harmonies of #D8731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8731F

Black with #D8731F

Text Example


Text Example

White with #D8731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8731F; }

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

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

background-color css

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

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

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

border-color css

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

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

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