Html Css Color HEX #D77319 Chocolate

📋 copy color: '#D77319'

red 215 ◦ green 115 ◦ blue 25

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

Shades of Chocolate #D77319

Tints of Chocolate #D77319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

 BLUE value IS 25 (10.16% from 255) = 7.04%

R = 60.56%
G = 32.39%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D77319 (or 0xD77319) is known color: Chocolate. HEX triplet: D7, 73 and 19. RGB value is (215,115,25). Sum of RGB (Red+Green+Blue) = 215+115+25=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D77319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77319 is #288CE6. Grayscale: #878787. Windows color (decimal): -2657511 or 1668055. OLE color: 1668055.

HSL color Cylindrical-coordinate representation of color #D77319: hue angle of 28.42º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D77319 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 115 25 -
CMYK 0 0.47 0.88 0.16
HSL 28.42º 0.79% 0.47% -
HSV(B) 28.42º 0.88% 0.84% -
XYZ 34.33 26.78 4.28 -
YUV 134.64 66.13 185.32 -
System Red Green Blue C M Y K H S L
Decimal 215 115 25 0 0.47 0.88 0.16 28.42 0.79 0.47
Hex D7 73 19 0 2F 58 10 1C 4F 2F
Octal 327 163 31 0 57 130 20 34 117 57
Binary 11010111 1110011 11001 0 101111 1011000 10000 11100 1001111 101111

Color Harmonies of #D77319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77319

Black with #D77319

Text Example


Text Example

White with #D77319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77319; }

 p { color: rgb(215,115,25); }

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

background-color css

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

 a { background-color: rgb(215,115,25); }

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

border-color css

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

 span { border-color: rgb(215,115,25); }

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