Html Css Color HEX #D76F18 Chocolate

📋 copy color: '#D76F18'

red 215 ◦ green 111 ◦ blue 24

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

Shades of Chocolate #D76F18

Tints of Chocolate #D76F18

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

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

R = 61.43%
G = 31.71%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D76F18 (or 0xD76F18) is known color: Chocolate. HEX triplet: D7, 6F and 18. RGB value is (215,111,24). Sum of RGB (Red+Green+Blue) = 215+111+24=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76F18 is #2890E7. Grayscale: #848484. Windows color (decimal): -2658536 or 1601495. OLE color: 1601495.

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

Color convert

RGB 215 111 24 -
CMYK 0 0.48 0.89 0.16
HSL 27.33º 0.8% 0.47% -
HSV(B) 27.33º 0.89% 0.84% -
XYZ 33.87 25.88 4.07 -
YUV 132.18 66.96 187.07 -
System Red Green Blue C M Y K H S L
Decimal 215 111 24 0 0.48 0.89 0.16 27.33 0.8 0.47
Hex D7 6F 18 0 30 59 10 1B 50 2F
Octal 327 157 30 0 60 131 20 33 120 57
Binary 11010111 1101111 11000 0 110000 1011001 10000 11011 1010000 101111

Color Harmonies of #D76F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F18

Black with #D76F18

Text Example


Text Example

White with #D76F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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