Html Css Color HEX #D95716 Chocolate

📋 copy color: '#D95716'

red 217 ◦ green 87 ◦ blue 22

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

Shades of Chocolate #D95716

Tints of Chocolate #D95716

RGB

 RED value IS 217 (85.16% from 255) = 66.56%

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

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

R = 66.56%
G = 26.69%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D95716 (or 0xD95716) is known color: Chocolate. HEX triplet: D9, 57 and 16. RGB value is (217,87,22). Sum of RGB (Red+Green+Blue) = 217+87+22=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D95716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95716 is #26A8E9. Grayscale: #767676. Windows color (decimal): -2533610 or 1464281. OLE color: 1464281.

HSL color Cylindrical-coordinate representation of color #D95716: hue angle of 20º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D95716 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 87 22 -
CMYK 0 0.60 0.90 0.15
HSL 20º 0.82% 0.47% -
HSV(B) 20º 0.9% 0.85% -
XYZ 32.17 21.63 3.24 -
YUV 118.46 73.57 198.29 -
System Red Green Blue C M Y K H S L
Decimal 217 87 22 0 0.60 0.90 0.15 20 0.82 0.47
Hex D9 57 16 0 3C 5A F 14 52 2F
Octal 331 127 26 0 74 132 17 24 122 57
Binary 11011001 1010111 10110 0 111100 1011010 1111 10100 1010010 101111

Color Harmonies of #D95716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95716

Black with #D95716

Text Example


Text Example

White with #D95716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95716; }

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

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

background-color css

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

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

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

border-color css

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

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

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