Html Css Color HEX #D77119 Chocolate

📋 copy color: '#D77119'

red 215 ◦ green 113 ◦ blue 25

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

Shades of Chocolate #D77119

Tints of Chocolate #D77119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.01%

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

R = 60.91%
G = 32.01%
B = 7.08%

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

#D77119 (or 0xD77119) is known color: Chocolate. HEX triplet: D7, 71 and 19. RGB value is (215,113,25). Sum of RGB (Red+Green+Blue) = 215+113+25=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D77119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77119 is #288EE6. Grayscale: #858585. Windows color (decimal): -2658023 or 1667543. OLE color: 1667543.

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

Color convert

RGB 215 113 25 -
CMYK 0 0.47 0.88 0.16
HSL 27.79º 0.79% 0.47% -
HSV(B) 27.79º 0.88% 0.84% -
XYZ 34.1 26.33 4.2 -
YUV 133.47 66.79 186.16 -
System Red Green Blue C M Y K H S L
Decimal 215 113 25 0 0.47 0.88 0.16 27.79 0.79 0.47
Hex D7 71 19 0 2F 58 10 1C 4F 2F
Octal 327 161 31 0 57 130 20 34 117 57
Binary 11010111 1110001 11001 0 101111 1011000 10000 11100 1001111 101111

Color Harmonies of #D77119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77119

Black with #D77119

Text Example


Text Example

White with #D77119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77119; }

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

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

background-color css

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

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

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

border-color css

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

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

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