Html Css Color HEX #D76A1C Chocolate

📋 copy color: '#D76A1C'

red 215 ◦ green 106 ◦ blue 28

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

Shades of Chocolate #D76A1C

Tints of Chocolate #D76A1C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.37%

 BLUE value IS 28 (11.33% from 255) = 8.02%

R = 61.6%
G = 30.37%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D76A1C (or 0xD76A1C) is known color: Chocolate. HEX triplet: D7, 6A and 1C. RGB value is (215,106,28). Sum of RGB (Red+Green+Blue) = 215+106+28=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A1C is #2895E3. Grayscale: #828282. Windows color (decimal): -2659812 or 1862359. OLE color: 1862359.

HSL color Cylindrical-coordinate representation of color #D76A1C: hue angle of 25.03º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D76A1C is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 106 28 -
CMYK 0 0.51 0.87 0.16
HSL 25.03º 0.77% 0.48% -
HSV(B) 25.03º 0.87% 0.84% -
XYZ 33.39 24.84 4.13 -
YUV 129.7 70.61 188.84 -
System Red Green Blue C M Y K H S L
Decimal 215 106 28 0 0.51 0.87 0.16 25.03 0.77 0.48
Hex D7 6A 1C 0 33 57 10 19 4D 30
Octal 327 152 34 0 63 127 20 31 115 60
Binary 11010111 1101010 11100 0 110011 1010111 10000 11001 1001101 110000

Color Harmonies of #D76A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A1C

Black with #D76A1C

Text Example


Text Example

White with #D76A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A1C; }

 p { color: rgb(215,106,28); }

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

background-color css

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

 a { background-color: rgb(215,106,28); }

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

border-color css

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

 span { border-color: rgb(215,106,28); }

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