Html Css Color HEX #D76A19 Chocolate

📋 copy color: '#D76A19'

red 215 ◦ green 106 ◦ blue 25

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

Shades of Chocolate #D76A19

Tints of Chocolate #D76A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.23%

R = 62.14%
G = 30.64%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D76A19 (or 0xD76A19) is known color: Chocolate. HEX triplet: D7, 6A and 19. RGB value is (215,106,25). Sum of RGB (Red+Green+Blue) = 215+106+25=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76A19 is #2895E6. Grayscale: #818181. Windows color (decimal): -2659815 or 1665751. OLE color: 1665751.

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

Color convert

RGB 215 106 25 -
CMYK 0 0.51 0.88 0.16
HSL 25.58º 0.79% 0.47% -
HSV(B) 25.58º 0.88% 0.84% -
XYZ 33.35 24.83 3.95 -
YUV 129.36 69.11 189.09 -
System Red Green Blue C M Y K H S L
Decimal 215 106 25 0 0.51 0.88 0.16 25.58 0.79 0.47
Hex D7 6A 19 0 33 58 10 1A 4F 2F
Octal 327 152 31 0 63 130 20 32 117 57
Binary 11010111 1101010 11001 0 110011 1011000 10000 11010 1001111 101111

Color Harmonies of #D76A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A19

Black with #D76A19

Text Example


Text Example

White with #D76A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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