Html Css Color HEX #D65516 Chocolate

📋 copy color: '#D65516'

red 214 ◦ green 85 ◦ blue 22

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

Shades of Chocolate #D65516

Tints of Chocolate #D65516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 66.67%
G = 26.48%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D65516 (or 0xD65516) is known color: Chocolate. HEX triplet: D6, 55 and 16. RGB value is (214,85,22). Sum of RGB (Red+Green+Blue) = 214+85+22=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D65516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65516 is #29AAE9. Grayscale: #747474. Windows color (decimal): -2730730 or 1463766. OLE color: 1463766.

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

Color convert

RGB 214 85 22 -
CMYK 0 0.60 0.90 0.16
HSL 19.69º 0.81% 0.46% -
HSV(B) 19.69º 0.9% 0.84% -
XYZ 31.12 20.85 3.14 -
YUV 116.39 74.74 197.62 -
System Red Green Blue C M Y K H S L
Decimal 214 85 22 0 0.60 0.90 0.16 19.69 0.81 0.46
Hex D6 55 16 0 3C 5A 10 14 51 2E
Octal 326 125 26 0 74 132 20 24 121 56
Binary 11010110 1010101 10110 0 111100 1011010 10000 10100 1010001 101110

Color Harmonies of #D65516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65516

Black with #D65516

Text Example


Text Example

White with #D65516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65516; }

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

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

background-color css

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

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

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

border-color css

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

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

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