Html Css Color HEX #D76321 Chocolate

📋 copy color: '#D76321'

red 215 ◦ green 99 ◦ blue 33

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

Shades of Chocolate #D76321

Tints of Chocolate #D76321

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.53%

 BLUE value IS 33 (13.28% from 255) = 9.51%

R = 61.96%
G = 28.53%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D76321 (or 0xD76321) is known color: Chocolate. HEX triplet: D7, 63 and 21. RGB value is (215,99,33). Sum of RGB (Red+Green+Blue) = 215+99+33=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D76321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76321 is #289CDE. Grayscale: #7E7E7E. Windows color (decimal): -2661599 or 2188247. OLE color: 2188247.

HSL color Cylindrical-coordinate representation of color #D76321: hue angle of 21.76º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D76321 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 99 33 -
CMYK 0 0.54 0.85 0.16
HSL 21.76º 0.73% 0.49% -
HSV(B) 21.76º 0.85% 0.84% -
XYZ 32.76 23.48 4.24 -
YUV 126.16 75.43 191.37 -
System Red Green Blue C M Y K H S L
Decimal 215 99 33 0 0.54 0.85 0.16 21.76 0.73 0.49
Hex D7 63 21 0 36 55 10 16 49 31
Octal 327 143 41 0 66 125 20 26 111 61
Binary 11010111 1100011 100001 0 110110 1010101 10000 10110 1001001 110001

Color Harmonies of #D76321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76321

Black with #D76321

Text Example


Text Example

White with #D76321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76321; }

 p { color: rgb(215,99,33); }

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

background-color css

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

 a { background-color: rgb(215,99,33); }

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

border-color css

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

 span { border-color: rgb(215,99,33); }

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