Html Css Color HEX #D76F14 Chocolate

📋 copy color: '#D76F14'

red 215 ◦ green 111 ◦ blue 20

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

Shades of Chocolate #D76F14

Tints of Chocolate #D76F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.78%

R = 62.14%
G = 32.08%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D76F14 (or 0xD76F14) is known color: Chocolate. HEX triplet: D7, 6F and 14. RGB value is (215,111,20). Sum of RGB (Red+Green+Blue) = 215+111+20=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76F14 is #2890EB. Grayscale: #848484. Windows color (decimal): -2658540 or 1339351. OLE color: 1339351.

HSL color Cylindrical-coordinate representation of color #D76F14: hue angle of 28º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D76F14 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 20 -
CMYK 0 0.48 0.91 0.16
HSL 28º 0.83% 0.46% -
HSV(B) 28º 0.91% 0.84% -
XYZ 33.84 25.87 3.87 -
YUV 131.72 64.96 187.4 -
System Red Green Blue C M Y K H S L
Decimal 215 111 20 0 0.48 0.91 0.16 28 0.83 0.46
Hex D7 6F 14 0 30 5B 10 1C 53 2E
Octal 327 157 24 0 60 133 20 34 123 56
Binary 11010111 1101111 10100 0 110000 1011011 10000 11100 1010011 101110

Color Harmonies of #D76F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F14

Black with #D76F14

Text Example


Text Example

White with #D76F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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