Html Css Color HEX #D77015 Chocolate

📋 copy color: '#D77015'

red 215 ◦ green 112 ◦ blue 21

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

Shades of Chocolate #D77015

Tints of Chocolate #D77015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.03%

R = 61.78%
G = 32.18%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D77015 (or 0xD77015) is known color: Chocolate. HEX triplet: D7, 70 and 15. RGB value is (215,112,21). Sum of RGB (Red+Green+Blue) = 215+112+21=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D77015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77015 is #288FEA. Grayscale: #848484. Windows color (decimal): -2658283 or 1405143. OLE color: 1405143.

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

Color convert

RGB 215 112 21 -
CMYK 0 0.48 0.90 0.16
HSL 28.14º 0.82% 0.46% -
HSV(B) 28.14º 0.9% 0.84% -
XYZ 33.95 26.09 3.96 -
YUV 132.42 65.12 186.9 -
System Red Green Blue C M Y K H S L
Decimal 215 112 21 0 0.48 0.90 0.16 28.14 0.82 0.46
Hex D7 70 15 0 30 5A 10 1C 52 2E
Octal 327 160 25 0 60 132 20 34 122 56
Binary 11010111 1110000 10101 0 110000 1011010 10000 11100 1010010 101110

Color Harmonies of #D77015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77015

Black with #D77015

Text Example


Text Example

White with #D77015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77015; }

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

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

background-color css

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

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

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

border-color css

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

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

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