Html Css Color HEX #D9701E Chocolate

📋 copy color: '#D9701E'

red 217 ◦ green 112 ◦ blue 30

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

Shades of Chocolate #D9701E

Tints of Chocolate #D9701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.36%

R = 60.45%
G = 31.2%
B = 8.36%

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

#D9701E (or 0xD9701E) is known color: Chocolate. HEX triplet: D9, 70 and 1E. RGB value is (217,112,30). Sum of RGB (Red+Green+Blue) = 217+112+30=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D9701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9701E is #268FE1. Grayscale: #868686. Windows color (decimal): -2527202 or 1994969. OLE color: 1994969.

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

Color convert

RGB 217 112 30 -
CMYK 0 0.48 0.86 0.15
HSL 26.31º 0.76% 0.48% -
HSV(B) 26.31º 0.86% 0.85% -
XYZ 34.64 26.43 4.5 -
YUV 134.05 69.29 187.17 -
System Red Green Blue C M Y K H S L
Decimal 217 112 30 0 0.48 0.86 0.15 26.31 0.76 0.48
Hex D9 70 1E 0 30 56 F 1A 4C 30
Octal 331 160 36 0 60 126 17 32 114 60
Binary 11011001 1110000 11110 0 110000 1010110 1111 11010 1001100 110000

Color Harmonies of #D9701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9701E

Black with #D9701E

Text Example


Text Example

White with #D9701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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