Html Css Color HEX #D56526 Chocolate

📋 copy color: '#D56526'

red 213 ◦ green 101 ◦ blue 38

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

Shades of Chocolate #D56526

Tints of Chocolate #D56526

RGB

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

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

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

R = 60.51%
G = 28.69%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D56526 (or 0xD56526) is known color: Chocolate. HEX triplet: D5, 65 and 26. RGB value is (213,101,38). Sum of RGB (Red+Green+Blue) = 213+101+38=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D56526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56526 is #2A9AD9. Grayscale: #7F7F7F. Windows color (decimal): -2792154 or 2516437. OLE color: 2516437.

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

Color convert

RGB 213 101 38 -
CMYK 0 0.53 0.82 0.16
HSL 21.6º 0.7% 0.49% -
HSV(B) 21.6º 0.82% 0.84% -
XYZ 32.44 23.59 4.68 -
YUV 127.31 77.61 189.12 -
System Red Green Blue C M Y K H S L
Decimal 213 101 38 0 0.53 0.82 0.16 21.6 0.7 0.49
Hex D5 65 26 0 35 52 10 16 46 31
Octal 325 145 46 0 65 122 20 26 106 61
Binary 11010101 1100101 100110 0 110101 1010010 10000 10110 1000110 110001

Color Harmonies of #D56526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56526

Black with #D56526

Text Example


Text Example

White with #D56526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56526; }

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

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

background-color css

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

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

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

border-color css

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

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

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