Html Css Color HEX #D65417 Chocolate

📋 copy color: '#D65417'

red 214 ◦ green 84 ◦ blue 23

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

Shades of Chocolate #D65417

Tints of Chocolate #D65417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

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

R = 66.67%
G = 26.17%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D65417 (or 0xD65417) is known color: Chocolate. HEX triplet: D6, 54 and 17. RGB value is (214,84,23). Sum of RGB (Red+Green+Blue) = 214+84+23=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D65417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65417 is #29ABE8. Grayscale: #747474. Windows color (decimal): -2730985 or 1529046. OLE color: 1529046.

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

Color convert

RGB 214 84 23 -
CMYK 0 0.61 0.89 0.16
HSL 19.16º 0.81% 0.46% -
HSV(B) 19.16º 0.89% 0.84% -
XYZ 31.06 20.7 3.17 -
YUV 115.92 75.57 197.96 -
System Red Green Blue C M Y K H S L
Decimal 214 84 23 0 0.61 0.89 0.16 19.16 0.81 0.46
Hex D6 54 17 0 3D 59 10 13 51 2E
Octal 326 124 27 0 75 131 20 23 121 56
Binary 11010110 1010100 10111 0 111101 1011001 10000 10011 1010001 101110

Color Harmonies of #D65417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65417

Black with #D65417

Text Example


Text Example

White with #D65417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65417; }

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

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

background-color css

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

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

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

border-color css

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

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

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