Html Css Color HEX #D75316 Chocolate

📋 copy color: '#D75316'

red 215 ◦ green 83 ◦ blue 22

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

Shades of Chocolate #D75316

Tints of Chocolate #D75316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 67.19%
G = 25.94%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D75316 (or 0xD75316) is known color: Chocolate. HEX triplet: D7, 53 and 16. RGB value is (215,83,22). Sum of RGB (Red+Green+Blue) = 215+83+22=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D75316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75316 is #28ACE9. Grayscale: #737373. Windows color (decimal): -2665706 or 1463255. OLE color: 1463255.

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

Color convert

RGB 215 83 22 -
CMYK 0 0.61 0.90 0.16
HSL 18.96º 0.81% 0.46% -
HSV(B) 18.96º 0.9% 0.84% -
XYZ 31.26 20.69 3.11 -
YUV 115.51 75.23 198.96 -
System Red Green Blue C M Y K H S L
Decimal 215 83 22 0 0.61 0.90 0.16 18.96 0.81 0.46
Hex D7 53 16 0 3D 5A 10 13 51 2E
Octal 327 123 26 0 75 132 20 23 121 56
Binary 11010111 1010011 10110 0 111101 1011010 10000 10011 1010001 101110

Color Harmonies of #D75316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75316

Black with #D75316

Text Example


Text Example

White with #D75316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75316; }

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

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

background-color css

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

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

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

border-color css

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

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

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