Html Css Color HEX #D77013 Chocolate

📋 copy color: '#D77013'

red 215 ◦ green 112 ◦ blue 19

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

Shades of Chocolate #D77013

Tints of Chocolate #D77013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

 BLUE value IS 19 (7.81% from 255) = 5.49%

R = 62.14%
G = 32.37%
B = 5.49%

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

#D77013 (or 0xD77013) is known color: Chocolate. HEX triplet: D7, 70 and 13. RGB value is (215,112,19). Sum of RGB (Red+Green+Blue) = 215+112+19=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D77013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77013 is #288FEC. Grayscale: #848484. Windows color (decimal): -2658285 or 1274071. OLE color: 1274071.

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

Color convert

RGB 215 112 19 -
CMYK 0 0.48 0.91 0.16
HSL 28.47º 0.84% 0.46% -
HSV(B) 28.47º 0.91% 0.84% -
XYZ 33.94 26.08 3.86 -
YUV 132.2 64.12 187.06 -
System Red Green Blue C M Y K H S L
Decimal 215 112 19 0 0.48 0.91 0.16 28.47 0.84 0.46
Hex D7 70 13 0 30 5B 10 1C 54 2E
Octal 327 160 23 0 60 133 20 34 124 56
Binary 11010111 1110000 10011 0 110000 1011011 10000 11100 1010100 101110

Color Harmonies of #D77013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77013

Black with #D77013

Text Example


Text Example

White with #D77013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77013; }

 p { color: rgb(215,112,19); }

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

background-color css

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

 a { background-color: rgb(215,112,19); }

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

border-color css

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

 span { border-color: rgb(215,112,19); }

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