Html Css Color HEX #D55A19 Chocolate

📋 copy color: '#D55A19'

red 213 ◦ green 90 ◦ blue 25

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

Shades of Chocolate #D55A19

Tints of Chocolate #D55A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.62%

R = 64.94%
G = 27.44%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D55A19 (or 0xD55A19) is known color: Chocolate. HEX triplet: D5, 5A and 19. RGB value is (213,90,25). Sum of RGB (Red+Green+Blue) = 213+90+25=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55A19 is #2AA5E6. Grayscale: #777777. Windows color (decimal): -2794983 or 1661653. OLE color: 1661653.

HSL color Cylindrical-coordinate representation of color #D55A19: hue angle of 20.74º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D55A19 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 90 25 -
CMYK 0 0.58 0.88 0.16
HSL 20.74º 0.79% 0.47% -
HSV(B) 20.74º 0.88% 0.84% -
XYZ 31.27 21.53 3.43 -
YUV 119.37 74.75 194.79 -
System Red Green Blue C M Y K H S L
Decimal 213 90 25 0 0.58 0.88 0.16 20.74 0.79 0.47
Hex D5 5A 19 0 3A 58 10 15 4F 2F
Octal 325 132 31 0 72 130 20 25 117 57
Binary 11010101 1011010 11001 0 111010 1011000 10000 10101 1001111 101111

Color Harmonies of #D55A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A19

Black with #D55A19

Text Example


Text Example

White with #D55A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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