Html Css Color HEX #D76C18 Chocolate

📋 copy color: '#D76C18'

red 215 ◦ green 108 ◦ blue 24

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

Shades of Chocolate #D76C18

Tints of Chocolate #D76C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.92%

R = 61.96%
G = 31.12%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D76C18 (or 0xD76C18) is known color: Chocolate. HEX triplet: D7, 6C and 18. RGB value is (215,108,24). Sum of RGB (Red+Green+Blue) = 215+108+24=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76C18 is #2893E7. Grayscale: #828282. Windows color (decimal): -2659304 or 1600727. OLE color: 1600727.

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

Color convert

RGB 215 108 24 -
CMYK 0 0.50 0.89 0.16
HSL 26.39º 0.8% 0.47% -
HSV(B) 26.39º 0.89% 0.84% -
XYZ 33.55 25.24 3.97 -
YUV 130.42 67.95 188.33 -
System Red Green Blue C M Y K H S L
Decimal 215 108 24 0 0.50 0.89 0.16 26.39 0.8 0.47
Hex D7 6C 18 0 32 59 10 1A 50 2F
Octal 327 154 30 0 62 131 20 32 120 57
Binary 11010111 1101100 11000 0 110010 1011001 10000 11010 1010000 101111

Color Harmonies of #D76C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C18

Black with #D76C18

Text Example


Text Example

White with #D76C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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