Html Css Color HEX #D56A26 Chocolate

📋 copy color: '#D56A26'

red 213 ◦ green 106 ◦ blue 38

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

Shades of Chocolate #D56A26

Tints of Chocolate #D56A26

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

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

R = 59.66%
G = 29.69%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D56A26 (or 0xD56A26) is known color: Chocolate. HEX triplet: D5, 6A and 26. RGB value is (213,106,38). Sum of RGB (Red+Green+Blue) = 213+106+38=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56A26 is #2A95D9. Grayscale: #828282. Windows color (decimal): -2790874 or 2517717. OLE color: 2517717.

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

Color convert

RGB 213 106 38 -
CMYK 0 0.50 0.82 0.16
HSL 23.31º 0.7% 0.49% -
HSV(B) 23.31º 0.82% 0.84% -
XYZ 32.94 24.59 4.84 -
YUV 130.24 75.95 187.03 -
System Red Green Blue C M Y K H S L
Decimal 213 106 38 0 0.50 0.82 0.16 23.31 0.7 0.49
Hex D5 6A 26 0 32 52 10 17 46 31
Octal 325 152 46 0 62 122 20 27 106 61
Binary 11010101 1101010 100110 0 110010 1010010 10000 10111 1000110 110001

Color Harmonies of #D56A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A26

Black with #D56A26

Text Example


Text Example

White with #D56A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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