Html Css Color HEX #D55B19 Chocolate

📋 copy color: '#D55B19'

red 213 ◦ green 91 ◦ blue 25

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

Shades of Chocolate #D55B19

Tints of Chocolate #D55B19

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

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

R = 64.74%
G = 27.66%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D55B19 (or 0xD55B19) is known color: Chocolate. HEX triplet: D5, 5B and 19. RGB value is (213,91,25). Sum of RGB (Red+Green+Blue) = 213+91+25=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55B19 is #2AA4E6. Grayscale: #787878. Windows color (decimal): -2794727 or 1661909. OLE color: 1661909.

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

Color convert

RGB 213 91 25 -
CMYK 0 0.57 0.88 0.16
HSL 21.06º 0.79% 0.47% -
HSV(B) 21.06º 0.88% 0.84% -
XYZ 31.36 21.7 3.46 -
YUV 119.95 74.42 194.37 -
System Red Green Blue C M Y K H S L
Decimal 213 91 25 0 0.57 0.88 0.16 21.06 0.79 0.47
Hex D5 5B 19 0 39 58 10 15 4F 2F
Octal 325 133 31 0 71 130 20 25 117 57
Binary 11010101 1011011 11001 0 111001 1011000 10000 10101 1001111 101111

Color Harmonies of #D55B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55B19

Black with #D55B19

Text Example


Text Example

White with #D55B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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