Html Css Color HEX #D55A16 Chocolate

📋 copy color: '#D55A16'

red 213 ◦ green 90 ◦ blue 22

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

Shades of Chocolate #D55A16

Tints of Chocolate #D55A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

 BLUE value IS 22 (8.98% from 255) = 6.77%

R = 65.54%
G = 27.69%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D55A16 (or 0xD55A16) is known color: Chocolate. HEX triplet: D5, 5A and 16. RGB value is (213,90,22). Sum of RGB (Red+Green+Blue) = 213+90+22=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55A16 is #2AA5E9. Grayscale: #777777. Windows color (decimal): -2794986 or 1465045. OLE color: 1465045.

HSL color Cylindrical-coordinate representation of color #D55A16: hue angle of 21.36º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D55A16 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 90 22 -
CMYK 0 0.58 0.90 0.16
HSL 21.36º 0.81% 0.46% -
HSV(B) 21.36º 0.9% 0.84% -
XYZ 31.24 21.52 3.27 -
YUV 119.03 73.25 195.03 -
System Red Green Blue C M Y K H S L
Decimal 213 90 22 0 0.58 0.90 0.16 21.36 0.81 0.46
Hex D5 5A 16 0 3A 5A 10 15 51 2E
Octal 325 132 26 0 72 132 20 25 121 56
Binary 11010101 1011010 10110 0 111010 1011010 10000 10101 1010001 101110

Color Harmonies of #D55A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A16

Black with #D55A16

Text Example


Text Example

White with #D55A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A16; }

 p { color: rgb(213,90,22); }

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

background-color css

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

 a { background-color: rgb(213,90,22); }

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

border-color css

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

 span { border-color: rgb(213,90,22); }

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