Html Css Color HEX #D76A14 Chocolate

📋 copy color: '#D76A14'

red 215 ◦ green 106 ◦ blue 20

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

Shades of Chocolate #D76A14

Tints of Chocolate #D76A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.09%

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

R = 63.05%
G = 31.09%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D76A14 (or 0xD76A14) is known color: Chocolate. HEX triplet: D7, 6A and 14. RGB value is (215,106,20). Sum of RGB (Red+Green+Blue) = 215+106+20=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76A14 is #2895EB. Grayscale: #818181. Windows color (decimal): -2659820 or 1338071. OLE color: 1338071.

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

Color convert

RGB 215 106 20 -
CMYK 0 0.51 0.91 0.16
HSL 26.46º 0.83% 0.46% -
HSV(B) 26.46º 0.91% 0.84% -
XYZ 33.3 24.81 3.69 -
YUV 128.79 66.61 189.49 -
System Red Green Blue C M Y K H S L
Decimal 215 106 20 0 0.51 0.91 0.16 26.46 0.83 0.46
Hex D7 6A 14 0 33 5B 10 1A 53 2E
Octal 327 152 24 0 63 133 20 32 123 56
Binary 11010111 1101010 10100 0 110011 1011011 10000 11010 1010011 101110

Color Harmonies of #D76A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A14

Black with #D76A14

Text Example


Text Example

White with #D76A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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