Html Css Color HEX #D56514 Chocolate

📋 copy color: '#D56514'

red 213 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #D56514

Tints of Chocolate #D56514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

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

R = 63.77%
G = 30.24%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D56514 (or 0xD56514) is known color: Chocolate. HEX triplet: D5, 65 and 14. RGB value is (213,101,20). Sum of RGB (Red+Green+Blue) = 213+101+20=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D56514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56514 is #2A9AEB. Grayscale: #7D7D7D. Windows color (decimal): -2792172 or 1336789. OLE color: 1336789.

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

Color convert

RGB 213 101 20 -
CMYK 0 0.53 0.91 0.16
HSL 25.18º 0.83% 0.46% -
HSV(B) 25.18º 0.91% 0.84% -
XYZ 32.22 23.5 3.5 -
YUV 125.25 68.61 190.59 -
System Red Green Blue C M Y K H S L
Decimal 213 101 20 0 0.53 0.91 0.16 25.18 0.83 0.46
Hex D5 65 14 0 35 5B 10 19 53 2E
Octal 325 145 24 0 65 133 20 31 123 56
Binary 11010101 1100101 10100 0 110101 1011011 10000 11001 1010011 101110

Color Harmonies of #D56514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56514

Black with #D56514

Text Example


Text Example

White with #D56514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56514; }

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

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

background-color css

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

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

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

border-color css

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

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

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