Html Css Color HEX #D77213 Chocolate

📋 copy color: '#D77213'

red 215 ◦ green 114 ◦ blue 19

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

Shades of Chocolate #D77213

Tints of Chocolate #D77213

RGB

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

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

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

R = 61.78%
G = 32.76%
B = 5.46%

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

#D77213 (or 0xD77213) is known color: Chocolate. HEX triplet: D7, 72 and 13. RGB value is (215,114,19). Sum of RGB (Red+Green+Blue) = 215+114+19=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D77213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77213 is #288DEC. Grayscale: #858585. Windows color (decimal): -2657773 or 1274583. OLE color: 1274583.

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

Color convert

RGB 215 114 19 -
CMYK 0 0.47 0.91 0.16
HSL 29.08º 0.84% 0.46% -
HSV(B) 29.08º 0.91% 0.84% -
XYZ 34.16 26.53 3.94 -
YUV 133.37 63.46 186.22 -
System Red Green Blue C M Y K H S L
Decimal 215 114 19 0 0.47 0.91 0.16 29.08 0.84 0.46
Hex D7 72 13 0 2F 5B 10 1D 54 2E
Octal 327 162 23 0 57 133 20 35 124 56
Binary 11010111 1110010 10011 0 101111 1011011 10000 11101 1010100 101110

Color Harmonies of #D77213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77213

Black with #D77213

Text Example


Text Example

White with #D77213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77213; }

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

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

background-color css

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

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

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

border-color css

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

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

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