Html Css Color HEX #D7711A Chocolate

📋 copy color: '#D7711A'

red 215 ◦ green 113 ◦ blue 26

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

Shades of Chocolate #D7711A

Tints of Chocolate #D7711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.34%

R = 60.73%
G = 31.92%
B = 7.34%

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

#D7711A (or 0xD7711A) is known color: Chocolate. HEX triplet: D7, 71 and 1A. RGB value is (215,113,26). Sum of RGB (Red+Green+Blue) = 215+113+26=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D7711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7711A is #288EE5. Grayscale: #868686. Windows color (decimal): -2658022 or 1733079. OLE color: 1733079.

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

Color convert

RGB 215 113 26 -
CMYK 0 0.47 0.88 0.16
HSL 27.62º 0.78% 0.47% -
HSV(B) 27.62º 0.88% 0.84% -
XYZ 34.12 26.33 4.26 -
YUV 133.58 67.29 186.07 -
System Red Green Blue C M Y K H S L
Decimal 215 113 26 0 0.47 0.88 0.16 27.62 0.78 0.47
Hex D7 71 1A 0 2F 58 10 1C 4E 2F
Octal 327 161 32 0 57 130 20 34 116 57
Binary 11010111 1110001 11010 0 101111 1011000 10000 11100 1001110 101111

Color Harmonies of #D7711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7711A

Black with #D7711A

Text Example


Text Example

White with #D7711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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