Html Css Color HEX #D76B19 Chocolate

📋 copy color: '#D76B19'

red 215 ◦ green 107 ◦ blue 25

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

Shades of Chocolate #D76B19

Tints of Chocolate #D76B19

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.84%

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

R = 61.96%
G = 30.84%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D76B19 (or 0xD76B19) is known color: Chocolate. HEX triplet: D7, 6B and 19. RGB value is (215,107,25). Sum of RGB (Red+Green+Blue) = 215+107+25=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76B19 is #2894E6. Grayscale: #828282. Windows color (decimal): -2659559 or 1666007. OLE color: 1666007.

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

Color convert

RGB 215 107 25 -
CMYK 0 0.50 0.88 0.16
HSL 25.89º 0.79% 0.47% -
HSV(B) 25.89º 0.88% 0.84% -
XYZ 33.46 25.03 3.99 -
YUV 129.94 68.78 188.67 -
System Red Green Blue C M Y K H S L
Decimal 215 107 25 0 0.50 0.88 0.16 25.89 0.79 0.47
Hex D7 6B 19 0 32 58 10 1A 4F 2F
Octal 327 153 31 0 62 130 20 32 117 57
Binary 11010111 1101011 11001 0 110010 1011000 10000 11010 1001111 101111

Color Harmonies of #D76B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B19

Black with #D76B19

Text Example


Text Example

White with #D76B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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