Html Css Color HEX #D65717 Chocolate

📋 copy color: '#D65717'

red 214 ◦ green 87 ◦ blue 23

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

Shades of Chocolate #D65717

Tints of Chocolate #D65717

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

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

R = 66.05%
G = 26.85%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D65717 (or 0xD65717) is known color: Chocolate. HEX triplet: D6, 57 and 17. RGB value is (214,87,23). Sum of RGB (Red+Green+Blue) = 214+87+23=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D65717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65717 is #29A8E8. Grayscale: #767676. Windows color (decimal): -2730217 or 1529814. OLE color: 1529814.

HSL color Cylindrical-coordinate representation of color #D65717: hue angle of 20.1º 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 #D65717 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 87 23 -
CMYK 0 0.59 0.89 0.16
HSL 20.1º 0.81% 0.46% -
HSV(B) 20.1º 0.89% 0.84% -
XYZ 31.29 21.17 3.25 -
YUV 117.68 74.58 196.7 -
System Red Green Blue C M Y K H S L
Decimal 214 87 23 0 0.59 0.89 0.16 20.1 0.81 0.46
Hex D6 57 17 0 3B 59 10 14 51 2E
Octal 326 127 27 0 73 131 20 24 121 56
Binary 11010110 1010111 10111 0 111011 1011001 10000 10100 1010001 101110

Color Harmonies of #D65717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65717

Black with #D65717

Text Example


Text Example

White with #D65717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65717; }

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

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

background-color css

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

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

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

border-color css

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

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

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