Html Css Color HEX #D56326 Chocolate

📋 copy color: '#D56326'

red 213 ◦ green 99 ◦ blue 38

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

Shades of Chocolate #D56326

Tints of Chocolate #D56326

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

 BLUE value IS 38 (15.23% from 255) = 10.86%

R = 60.86%
G = 28.29%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D56326 (or 0xD56326) is known color: Chocolate. HEX triplet: D5, 63 and 26. RGB value is (213,99,38). Sum of RGB (Red+Green+Blue) = 213+99+38=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D56326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56326 is #2A9CD9. Grayscale: #7E7E7E. Windows color (decimal): -2792666 or 2515925. OLE color: 2515925.

HSL color Cylindrical-coordinate representation of color #D56326: hue angle of 20.91º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D56326 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 99 38 -
CMYK 0 0.54 0.82 0.16
HSL 20.91º 0.7% 0.49% -
HSV(B) 20.91º 0.82% 0.84% -
XYZ 32.25 23.21 4.61 -
YUV 126.13 78.27 189.96 -
System Red Green Blue C M Y K H S L
Decimal 213 99 38 0 0.54 0.82 0.16 20.91 0.7 0.49
Hex D5 63 26 0 36 52 10 15 46 31
Octal 325 143 46 0 66 122 20 25 106 61
Binary 11010101 1100011 100110 0 110110 1010010 10000 10101 1000110 110001

Color Harmonies of #D56326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56326

Black with #D56326

Text Example


Text Example

White with #D56326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56326; }

 p { color: rgb(213,99,38); }

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

background-color css

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

 a { background-color: rgb(213,99,38); }

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

border-color css

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

 span { border-color: rgb(213,99,38); }

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