Html Css Color HEX #D7711D Chocolate

📋 copy color: '#D7711D'

red 215 ◦ green 113 ◦ blue 29

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

Shades of Chocolate #D7711D

Tints of Chocolate #D7711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.12%

R = 60.22%
G = 31.65%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7711D (or 0xD7711D) is known color: Chocolate. HEX triplet: D7, 71 and 1D. RGB value is (215,113,29). Sum of RGB (Red+Green+Blue) = 215+113+29=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D7711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7711D is #288EE2. Grayscale: #868686. Windows color (decimal): -2658019 or 1929687. OLE color: 1929687.

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

Color convert

RGB 215 113 29 -
CMYK 0 0.47 0.87 0.16
HSL 27.1º 0.76% 0.48% -
HSV(B) 27.1º 0.87% 0.84% -
XYZ 34.15 26.35 4.45 -
YUV 133.92 68.79 185.83 -
System Red Green Blue C M Y K H S L
Decimal 215 113 29 0 0.47 0.87 0.16 27.1 0.76 0.48
Hex D7 71 1D 0 2F 57 10 1B 4C 30
Octal 327 161 35 0 57 127 20 33 114 60
Binary 11010111 1110001 11101 0 101111 1010111 10000 11011 1001100 110000

Color Harmonies of #D7711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7711D

Black with #D7711D

Text Example


Text Example

White with #D7711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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