Html Css Color HEX #D55714 Chocolate

📋 copy color: '#D55714'

red 213 ◦ green 87 ◦ blue 20

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

Shades of Chocolate #D55714

Tints of Chocolate #D55714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.19%

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

R = 66.56%
G = 27.19%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D55714 (or 0xD55714) is known color: Chocolate. HEX triplet: D5, 57 and 14. RGB value is (213,87,20). Sum of RGB (Red+Green+Blue) = 213+87+20=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D55714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55714 is #2AA8EB. Grayscale: #757575. Windows color (decimal): -2795756 or 1333205. OLE color: 1333205.

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

Color convert

RGB 213 87 20 -
CMYK 0 0.59 0.91 0.16
HSL 20.83º 0.83% 0.46% -
HSV(B) 20.83º 0.91% 0.84% -
XYZ 30.98 21.01 3.09 -
YUV 117.04 73.24 196.45 -
System Red Green Blue C M Y K H S L
Decimal 213 87 20 0 0.59 0.91 0.16 20.83 0.83 0.46
Hex D5 57 14 0 3B 5B 10 15 53 2E
Octal 325 127 24 0 73 133 20 25 123 56
Binary 11010101 1010111 10100 0 111011 1011011 10000 10101 1010011 101110

Color Harmonies of #D55714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55714

Black with #D55714

Text Example


Text Example

White with #D55714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55714; }

 p { color: rgb(213,87,20); }

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

background-color css

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

 a { background-color: rgb(213,87,20); }

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

border-color css

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

 span { border-color: rgb(213,87,20); }

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