Html Css Color HEX #D56922 Chocolate

📋 copy color: '#D56922'

red 213 ◦ green 105 ◦ blue 34

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

Shades of Chocolate #D56922

Tints of Chocolate #D56922

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.83%

 BLUE value IS 34 (13.67% from 255) = 9.66%

R = 60.51%
G = 29.83%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D56922 (or 0xD56922) is known color: Chocolate. HEX triplet: D5, 69 and 22. RGB value is (213,105,34). Sum of RGB (Red+Green+Blue) = 213+105+34=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D56922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56922 is #2A96DD. Grayscale: #818181. Windows color (decimal): -2791134 or 2255317. OLE color: 2255317.

HSL color Cylindrical-coordinate representation of color #D56922: hue angle of 23.8º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D56922 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 105 34 -
CMYK 0 0.51 0.84 0.16
HSL 23.8º 0.72% 0.48% -
HSV(B) 23.8º 0.84% 0.84% -
XYZ 32.78 24.36 4.49 -
YUV 129.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 213 105 34 0 0.51 0.84 0.16 23.8 0.72 0.48
Hex D5 69 22 0 33 54 10 18 48 30
Octal 325 151 42 0 63 124 20 30 110 60
Binary 11010101 1101001 100010 0 110011 1010100 10000 11000 1001000 110000

Color Harmonies of #D56922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56922

Black with #D56922

Text Example


Text Example

White with #D56922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56922; }

 p { color: rgb(213,105,34); }

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

background-color css

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

 a { background-color: rgb(213,105,34); }

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

border-color css

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

 span { border-color: rgb(213,105,34); }

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