Html Css Color HEX #D67117 Chocolate

📋 copy color: '#D67117'

red 214 ◦ green 113 ◦ blue 23

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

Shades of Chocolate #D67117

Tints of Chocolate #D67117

RGB

 RED value IS 214 (83.98% from 255) = 61.14%

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

 BLUE value IS 23 (9.38% from 255) = 6.57%

R = 61.14%
G = 32.29%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D67117 (or 0xD67117) is known color: Chocolate. HEX triplet: D6, 71 and 17. RGB value is (214,113,23). Sum of RGB (Red+Green+Blue) = 214+113+23=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D67117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67117 is #298EE8. Grayscale: #858585. Windows color (decimal): -2723561 or 1536470. OLE color: 1536470.

HSL color Cylindrical-coordinate representation of color #D67117: hue angle of 28.27º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D67117 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 113 23 -
CMYK 0 0.47 0.89 0.16
HSL 28.27º 0.81% 0.46% -
HSV(B) 28.27º 0.89% 0.84% -
XYZ 33.79 26.17 4.08 -
YUV 132.94 65.96 185.82 -
System Red Green Blue C M Y K H S L
Decimal 214 113 23 0 0.47 0.89 0.16 28.27 0.81 0.46
Hex D6 71 17 0 2F 59 10 1C 51 2E
Octal 326 161 27 0 57 131 20 34 121 56
Binary 11010110 1110001 10111 0 101111 1011001 10000 11100 1010001 101110

Color Harmonies of #D67117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67117

Black with #D67117

Text Example


Text Example

White with #D67117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67117; }

 p { color: rgb(214,113,23); }

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

background-color css

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

 a { background-color: rgb(214,113,23); }

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

border-color css

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

 span { border-color: rgb(214,113,23); }

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