Html Css Color HEX #D76C19 Chocolate

📋 copy color: '#D76C19'

red 215 ◦ green 108 ◦ blue 25

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

Shades of Chocolate #D76C19

Tints of Chocolate #D76C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

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

R = 61.78%
G = 31.03%
B = 7.18%

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

#D76C19 (or 0xD76C19) is known color: Chocolate. HEX triplet: D7, 6C and 19. RGB value is (215,108,25). Sum of RGB (Red+Green+Blue) = 215+108+25=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76C19 is #2893E6. Grayscale: #828282. Windows color (decimal): -2659303 or 1666263. OLE color: 1666263.

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

Color convert

RGB 215 108 25 -
CMYK 0 0.50 0.88 0.16
HSL 26.21º 0.79% 0.47% -
HSV(B) 26.21º 0.88% 0.84% -
XYZ 33.56 25.24 4.02 -
YUV 130.53 68.45 188.25 -
System Red Green Blue C M Y K H S L
Decimal 215 108 25 0 0.50 0.88 0.16 26.21 0.79 0.47
Hex D7 6C 19 0 32 58 10 1A 4F 2F
Octal 327 154 31 0 62 130 20 32 117 57
Binary 11010111 1101100 11001 0 110010 1011000 10000 11010 1001111 101111

Color Harmonies of #D76C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C19

Black with #D76C19

Text Example


Text Example

White with #D76C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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