Html Css Color HEX #D76518 Chocolate

📋 copy color: '#D76518'

red 215 ◦ green 101 ◦ blue 24

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

Shades of Chocolate #D76518

Tints of Chocolate #D76518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

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

R = 63.24%
G = 29.71%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D76518 (or 0xD76518) is known color: Chocolate. HEX triplet: D7, 65 and 18. RGB value is (215,101,24). Sum of RGB (Red+Green+Blue) = 215+101+24=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D76518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76518 is #289AE7. Grayscale: #7E7E7E. Windows color (decimal): -2661096 or 1598935. OLE color: 1598935.

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

Color convert

RGB 215 101 24 -
CMYK 0 0.53 0.89 0.16
HSL 24.19º 0.8% 0.47% -
HSV(B) 24.19º 0.89% 0.84% -
XYZ 32.84 23.82 3.73 -
YUV 126.31 70.27 191.26 -
System Red Green Blue C M Y K H S L
Decimal 215 101 24 0 0.53 0.89 0.16 24.19 0.8 0.47
Hex D7 65 18 0 35 59 10 18 50 2F
Octal 327 145 30 0 65 131 20 30 120 57
Binary 11010111 1100101 11000 0 110101 1011001 10000 11000 1010000 101111

Color Harmonies of #D76518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76518

Black with #D76518

Text Example


Text Example

White with #D76518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76518; }

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

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

background-color css

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

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

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

border-color css

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

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

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