Html Css Color HEX #D76D18 Chocolate

📋 copy color: '#D76D18'

red 215 ◦ green 109 ◦ blue 24

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

Shades of Chocolate #D76D18

Tints of Chocolate #D76D18

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

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

R = 61.78%
G = 31.32%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D76D18 (or 0xD76D18) is known color: Chocolate. HEX triplet: D7, 6D and 18. RGB value is (215,109,24). Sum of RGB (Red+Green+Blue) = 215+109+24=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76D18 is #2892E7. Grayscale: #838383. Windows color (decimal): -2659048 or 1600983. OLE color: 1600983.

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

Color convert

RGB 215 109 24 -
CMYK 0 0.49 0.89 0.16
HSL 26.7º 0.8% 0.47% -
HSV(B) 26.7º 0.89% 0.84% -
XYZ 33.66 25.45 4 -
YUV 131 67.62 187.91 -
System Red Green Blue C M Y K H S L
Decimal 215 109 24 0 0.49 0.89 0.16 26.7 0.8 0.47
Hex D7 6D 18 0 31 59 10 1B 50 2F
Octal 327 155 30 0 61 131 20 33 120 57
Binary 11010111 1101101 11000 0 110001 1011001 10000 11011 1010000 101111

Color Harmonies of #D76D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D18

Black with #D76D18

Text Example


Text Example

White with #D76D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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