Html Css Color HEX #D77214 Chocolate

📋 copy color: '#D77214'

red 215 ◦ green 114 ◦ blue 20

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

Shades of Chocolate #D77214

Tints of Chocolate #D77214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.66%

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

R = 61.6%
G = 32.66%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D77214 (or 0xD77214) is known color: Chocolate. HEX triplet: D7, 72 and 14. RGB value is (215,114,20). Sum of RGB (Red+Green+Blue) = 215+114+20=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D77214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77214 is #288DEB. Grayscale: #858585. Windows color (decimal): -2657772 or 1340119. OLE color: 1340119.

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

Color convert

RGB 215 114 20 -
CMYK 0 0.47 0.91 0.16
HSL 28.92º 0.83% 0.46% -
HSV(B) 28.92º 0.91% 0.84% -
XYZ 34.17 26.53 3.98 -
YUV 133.48 63.96 186.14 -
System Red Green Blue C M Y K H S L
Decimal 215 114 20 0 0.47 0.91 0.16 28.92 0.83 0.46
Hex D7 72 14 0 2F 5B 10 1D 53 2E
Octal 327 162 24 0 57 133 20 35 123 56
Binary 11010111 1110010 10100 0 101111 1011011 10000 11101 1010011 101110

Color Harmonies of #D77214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77214

Black with #D77214

Text Example


Text Example

White with #D77214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77214; }

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

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

background-color css

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

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

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

border-color css

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

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

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