Html Css Color HEX #D75F16 Chocolate

📋 copy color: '#D75F16'

red 215 ◦ green 95 ◦ blue 22

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

Shades of Chocolate #D75F16

Tints of Chocolate #D75F16

RGB

 RED value IS 215 (84.38% from 255) = 64.76%

 GREEN value IS 95 (37.5% from 255) = 28.61%

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

R = 64.76%
G = 28.61%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D75F16 (or 0xD75F16) is known color: Chocolate. HEX triplet: D7, 5F and 16. RGB value is (215,95,22). Sum of RGB (Red+Green+Blue) = 215+95+22=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75F16 is #28A0E9. Grayscale: #7A7A7A. Windows color (decimal): -2662634 or 1466327. OLE color: 1466327.

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

Color convert

RGB 215 95 22 -
CMYK 0 0.56 0.90 0.16
HSL 22.69º 0.81% 0.46% -
HSV(B) 22.69º 0.9% 0.84% -
XYZ 32.26 22.69 3.44 -
YUV 122.56 71.26 193.94 -
System Red Green Blue C M Y K H S L
Decimal 215 95 22 0 0.56 0.90 0.16 22.69 0.81 0.46
Hex D7 5F 16 0 38 5A 10 17 51 2E
Octal 327 137 26 0 70 132 20 27 121 56
Binary 11010111 1011111 10110 0 111000 1011010 10000 10111 1010001 101110

Color Harmonies of #D75F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F16

Black with #D75F16

Text Example


Text Example

White with #D75F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F16; }

 p { color: rgb(215,95,22); }

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

background-color css

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

 a { background-color: rgb(215,95,22); }

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

border-color css

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

 span { border-color: rgb(215,95,22); }

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