Html Css Color HEX #D77114 Chocolate

📋 copy color: '#D77114'

red 215 ◦ green 113 ◦ blue 20

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

Shades of Chocolate #D77114

Tints of Chocolate #D77114

RGB

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

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

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

R = 61.78%
G = 32.47%
B = 5.75%

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

#D77114 (or 0xD77114) is known color: Chocolate. HEX triplet: D7, 71 and 14. RGB value is (215,113,20). Sum of RGB (Red+Green+Blue) = 215+113+20=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D77114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77114 is #288EEB. Grayscale: #858585. Windows color (decimal): -2658028 or 1339863. OLE color: 1339863.

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

Color convert

RGB 215 113 20 -
CMYK 0 0.47 0.91 0.16
HSL 28.62º 0.83% 0.46% -
HSV(B) 28.62º 0.91% 0.84% -
XYZ 34.06 26.31 3.94 -
YUV 132.9 64.29 186.56 -
System Red Green Blue C M Y K H S L
Decimal 215 113 20 0 0.47 0.91 0.16 28.62 0.83 0.46
Hex D7 71 14 0 2F 5B 10 1D 53 2E
Octal 327 161 24 0 57 133 20 35 123 56
Binary 11010111 1110001 10100 0 101111 1011011 10000 11101 1010011 101110

Color Harmonies of #D77114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77114

Black with #D77114

Text Example


Text Example

White with #D77114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77114; }

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

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

background-color css

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

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

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

border-color css

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

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

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