Html Css Color HEX #D9701F Chocolate

📋 copy color: '#D9701F'

red 217 ◦ green 112 ◦ blue 31

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

Shades of Chocolate #D9701F

Tints of Chocolate #D9701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

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

R = 60.28%
G = 31.11%
B = 8.61%

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

#D9701F (or 0xD9701F) is known color: Chocolate. HEX triplet: D9, 70 and 1F. RGB value is (217,112,31). Sum of RGB (Red+Green+Blue) = 217+112+31=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9701F is #268FE0. Grayscale: #868686. Windows color (decimal): -2527201 or 2060505. OLE color: 2060505.

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

Color convert

RGB 217 112 31 -
CMYK 0 0.48 0.86 0.15
HSL 26.13º 0.75% 0.49% -
HSV(B) 26.13º 0.86% 0.85% -
XYZ 34.66 26.44 4.57 -
YUV 134.16 69.79 187.09 -
System Red Green Blue C M Y K H S L
Decimal 217 112 31 0 0.48 0.86 0.15 26.13 0.75 0.49
Hex D9 70 1F 0 30 56 F 1A 4B 31
Octal 331 160 37 0 60 126 17 32 113 61
Binary 11011001 1110000 11111 0 110000 1010110 1111 11010 1001011 110001

Color Harmonies of #D9701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9701F

Black with #D9701F

Text Example


Text Example

White with #D9701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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