Html Css Color HEX #D65716 Chocolate

📋 copy color: '#D65716'

red 214 ◦ green 87 ◦ blue 22

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

Shades of Chocolate #D65716

Tints of Chocolate #D65716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 66.25%
G = 26.93%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D65716 (or 0xD65716) is known color: Chocolate. HEX triplet: D6, 57 and 16. RGB value is (214,87,22). Sum of RGB (Red+Green+Blue) = 214+87+22=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D65716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65716 is #29A8E9. Grayscale: #757575. Windows color (decimal): -2730218 or 1464278. OLE color: 1464278.

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

Color convert

RGB 214 87 22 -
CMYK 0 0.59 0.90 0.16
HSL 20.31º 0.81% 0.46% -
HSV(B) 20.31º 0.9% 0.84% -
XYZ 31.28 21.17 3.2 -
YUV 117.56 74.08 196.79 -
System Red Green Blue C M Y K H S L
Decimal 214 87 22 0 0.59 0.90 0.16 20.31 0.81 0.46
Hex D6 57 16 0 3B 5A 10 14 51 2E
Octal 326 127 26 0 73 132 20 24 121 56
Binary 11010110 1010111 10110 0 111011 1011010 10000 10100 1010001 101110

Color Harmonies of #D65716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65716

Black with #D65716

Text Example


Text Example

White with #D65716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65716; }

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

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

background-color css

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

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

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

border-color css

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

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

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