Html Css Color HEX #D9711F Chocolate

📋 copy color: '#D9711F'

red 217 ◦ green 113 ◦ blue 31

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

Shades of Chocolate #D9711F

Tints of Chocolate #D9711F

RGB

 RED value IS 217 (85.16% from 255) = 60.11%

 GREEN value IS 113 (44.53% from 255) = 31.3%

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

R = 60.11%
G = 31.3%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9711F (or 0xD9711F) is known color: Chocolate. HEX triplet: D9, 71 and 1F. RGB value is (217,113,31). Sum of RGB (Red+Green+Blue) = 217+113+31=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9711F is #268EE0. Grayscale: #878787. Windows color (decimal): -2526945 or 2060761. OLE color: 2060761.

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

Color convert

RGB 217 113 31 -
CMYK 0 0.48 0.86 0.15
HSL 26.45º 0.75% 0.49% -
HSV(B) 26.45º 0.86% 0.85% -
XYZ 34.77 26.66 4.61 -
YUV 134.75 69.46 186.67 -
System Red Green Blue C M Y K H S L
Decimal 217 113 31 0 0.48 0.86 0.15 26.45 0.75 0.49
Hex D9 71 1F 0 30 56 F 1A 4B 31
Octal 331 161 37 0 60 126 17 32 113 61
Binary 11011001 1110001 11111 0 110000 1010110 1111 11010 1001011 110001

Color Harmonies of #D9711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9711F

Black with #D9711F

Text Example


Text Example

White with #D9711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9711F; }

 p { color: rgb(217,113,31); }

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

background-color css

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

 a { background-color: rgb(217,113,31); }

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

border-color css

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

 span { border-color: rgb(217,113,31); }

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