Html Css Color HEX #D56D1A Chocolate

📋 copy color: '#D56D1A'

red 213 ◦ green 109 ◦ blue 26

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

Shades of Chocolate #D56D1A

Tints of Chocolate #D56D1A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

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

R = 61.21%
G = 31.32%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D56D1A (or 0xD56D1A) is known color: Chocolate. HEX triplet: D5, 6D and 1A. RGB value is (213,109,26). Sum of RGB (Red+Green+Blue) = 213+109+26=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56D1A is #2A92E5. Grayscale: #838383. Windows color (decimal): -2790118 or 1732053. OLE color: 1732053.

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

Color convert

RGB 213 109 26 -
CMYK 0 0.49 0.88 0.16
HSL 26.63º 0.78% 0.47% -
HSV(B) 26.63º 0.88% 0.84% -
XYZ 33.1 25.16 4.09 -
YUV 130.63 68.96 186.75 -
System Red Green Blue C M Y K H S L
Decimal 213 109 26 0 0.49 0.88 0.16 26.63 0.78 0.47
Hex D5 6D 1A 0 31 58 10 1B 4E 2F
Octal 325 155 32 0 61 130 20 33 116 57
Binary 11010101 1101101 11010 0 110001 1011000 10000 11011 1001110 101111

Color Harmonies of #D56D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D1A

Black with #D56D1A

Text Example


Text Example

White with #D56D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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