Html Css Color HEX #D76718 Chocolate

📋 copy color: '#D76718'

red 215 ◦ green 103 ◦ blue 24

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

Shades of Chocolate #D76718

Tints of Chocolate #D76718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.12%

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

R = 62.87%
G = 30.12%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D76718 (or 0xD76718) is known color: Chocolate. HEX triplet: D7, 67 and 18. RGB value is (215,103,24). Sum of RGB (Red+Green+Blue) = 215+103+24=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D76718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76718 is #2898E7. Grayscale: #7F7F7F. Windows color (decimal): -2660584 or 1599447. OLE color: 1599447.

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

Color convert

RGB 215 103 24 -
CMYK 0 0.52 0.89 0.16
HSL 24.82º 0.8% 0.47% -
HSV(B) 24.82º 0.89% 0.84% -
XYZ 33.04 24.21 3.8 -
YUV 127.48 69.61 190.42 -
System Red Green Blue C M Y K H S L
Decimal 215 103 24 0 0.52 0.89 0.16 24.82 0.8 0.47
Hex D7 67 18 0 34 59 10 19 50 2F
Octal 327 147 30 0 64 131 20 31 120 57
Binary 11010111 1100111 11000 0 110100 1011001 10000 11001 1010000 101111

Color Harmonies of #D76718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76718

Black with #D76718

Text Example


Text Example

White with #D76718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76718; }

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

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

background-color css

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

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

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

border-color css

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

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

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