Html Css Color HEX #D5711A Chocolate

📋 copy color: '#D5711A'

red 213 ◦ green 113 ◦ blue 26

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

Shades of Chocolate #D5711A

Tints of Chocolate #D5711A

RGB

 RED value IS 213 (83.59% from 255) = 60.51%

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

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

R = 60.51%
G = 32.1%
B = 7.39%

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

#D5711A (or 0xD5711A) is known color: Chocolate. HEX triplet: D5, 71 and 1A. RGB value is (213,113,26). Sum of RGB (Red+Green+Blue) = 213+113+26=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D5711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5711A is #2A8EE5. Grayscale: #858585. Windows color (decimal): -2789094 or 1733077. OLE color: 1733077.

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

Color convert

RGB 213 113 26 -
CMYK 0 0.47 0.88 0.16
HSL 27.91º 0.78% 0.47% -
HSV(B) 27.91º 0.88% 0.84% -
XYZ 33.53 26.03 4.23 -
YUV 132.98 67.63 185.07 -
System Red Green Blue C M Y K H S L
Decimal 213 113 26 0 0.47 0.88 0.16 27.91 0.78 0.47
Hex D5 71 1A 0 2F 58 10 1C 4E 2F
Octal 325 161 32 0 57 130 20 34 116 57
Binary 11010101 1110001 11010 0 101111 1011000 10000 11100 1001110 101111

Color Harmonies of #D5711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5711A

Black with #D5711A

Text Example


Text Example

White with #D5711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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