Html Css Color HEX #D77513 Chocolate

📋 copy color: '#D77513'

red 215 ◦ green 117 ◦ blue 19

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

Shades of Chocolate #D77513

Tints of Chocolate #D77513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

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

R = 61.25%
G = 33.33%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D77513 (or 0xD77513) is known color: Chocolate. HEX triplet: D7, 75 and 13. RGB value is (215,117,19). Sum of RGB (Red+Green+Blue) = 215+117+19=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D77513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77513 is #288AEC. Grayscale: #878787. Windows color (decimal): -2657005 or 1275351. OLE color: 1275351.

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

Color convert

RGB 215 117 19 -
CMYK 0 0.46 0.91 0.16
HSL 30º 0.84% 0.46% -
HSV(B) 30º 0.91% 0.84% -
XYZ 34.5 27.22 4.05 -
YUV 135.13 62.47 184.97 -
System Red Green Blue C M Y K H S L
Decimal 215 117 19 0 0.46 0.91 0.16 30 0.84 0.46
Hex D7 75 13 0 2E 5B 10 1E 54 2E
Octal 327 165 23 0 56 133 20 36 124 56
Binary 11010111 1110101 10011 0 101110 1011011 10000 11110 1010100 101110

Color Harmonies of #D77513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77513

Black with #D77513

Text Example


Text Example

White with #D77513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77513; }

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

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

background-color css

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

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

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

border-color css

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

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

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