Html Css Color HEX #D75A16 Chocolate

📋 copy color: '#D75A16'

red 215 ◦ green 90 ◦ blue 22

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

Shades of Chocolate #D75A16

Tints of Chocolate #D75A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

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

R = 65.75%
G = 27.52%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D75A16 (or 0xD75A16) is known color: Chocolate. HEX triplet: D7, 5A and 16. RGB value is (215,90,22). Sum of RGB (Red+Green+Blue) = 215+90+22=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75A16 is #28A5E9. Grayscale: #787878. Windows color (decimal): -2663914 or 1465047. OLE color: 1465047.

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

Color convert

RGB 215 90 22 -
CMYK 0 0.58 0.90 0.16
HSL 21.14º 0.81% 0.46% -
HSV(B) 21.14º 0.9% 0.84% -
XYZ 31.83 21.82 3.29 -
YUV 119.62 72.91 196.03 -
System Red Green Blue C M Y K H S L
Decimal 215 90 22 0 0.58 0.90 0.16 21.14 0.81 0.46
Hex D7 5A 16 0 3A 5A 10 15 51 2E
Octal 327 132 26 0 72 132 20 25 121 56
Binary 11010111 1011010 10110 0 111010 1011010 10000 10101 1010001 101110

Color Harmonies of #D75A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A16

Black with #D75A16

Text Example


Text Example

White with #D75A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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