Html Css Color HEX #D75D16 Chocolate

📋 copy color: '#D75D16'

red 215 ◦ green 93 ◦ blue 22

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

Shades of Chocolate #D75D16

Tints of Chocolate #D75D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 65.15%
G = 28.18%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D75D16 (or 0xD75D16) is known color: Chocolate. HEX triplet: D7, 5D and 16. RGB value is (215,93,22). Sum of RGB (Red+Green+Blue) = 215+93+22=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75D16 is #28A2E9. Grayscale: #797979. Windows color (decimal): -2663146 or 1465815. OLE color: 1465815.

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

Color convert

RGB 215 93 22 -
CMYK 0 0.57 0.90 0.16
HSL 22.07º 0.81% 0.46% -
HSV(B) 22.07º 0.9% 0.84% -
XYZ 32.08 22.33 3.38 -
YUV 121.38 71.92 194.77 -
System Red Green Blue C M Y K H S L
Decimal 215 93 22 0 0.57 0.90 0.16 22.07 0.81 0.46
Hex D7 5D 16 0 39 5A 10 16 51 2E
Octal 327 135 26 0 71 132 20 26 121 56
Binary 11010111 1011101 10110 0 111001 1011010 10000 10110 1010001 101110

Color Harmonies of #D75D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75D16

Black with #D75D16

Text Example


Text Example

White with #D75D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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