Html Css Color HEX #D76E19 Chocolate

📋 copy color: '#D76E19'

red 215 ◦ green 110 ◦ blue 25

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

Shades of Chocolate #D76E19

Tints of Chocolate #D76E19

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

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

R = 61.43%
G = 31.43%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D76E19 (or 0xD76E19) is known color: Chocolate. HEX triplet: D7, 6E and 19. RGB value is (215,110,25). Sum of RGB (Red+Green+Blue) = 215+110+25=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76E19 is #2891E6. Grayscale: #848484. Windows color (decimal): -2658791 or 1666775. OLE color: 1666775.

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

Color convert

RGB 215 110 25 -
CMYK 0 0.49 0.88 0.16
HSL 26.84º 0.79% 0.47% -
HSV(B) 26.84º 0.88% 0.84% -
XYZ 33.78 25.67 4.09 -
YUV 131.71 67.79 187.41 -
System Red Green Blue C M Y K H S L
Decimal 215 110 25 0 0.49 0.88 0.16 26.84 0.79 0.47
Hex D7 6E 19 0 31 58 10 1B 4F 2F
Octal 327 156 31 0 61 130 20 33 117 57
Binary 11010111 1101110 11001 0 110001 1011000 10000 11011 1001111 101111

Color Harmonies of #D76E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E19

Black with #D76E19

Text Example


Text Example

White with #D76E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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