Html Css Color HEX #D1551E Chocolate

📋 copy color: '#D1551E'

red 209 ◦ green 85 ◦ blue 30

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

Shades of Chocolate #D1551E

Tints of Chocolate #D1551E

RGB

 RED value IS 209 (82.03% from 255) = 64.51%

 GREEN value IS 85 (33.59% from 255) = 26.23%

 BLUE value IS 30 (12.11% from 255) = 9.26%

R = 64.51%
G = 26.23%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1551E (or 0xD1551E) is known color: Chocolate. HEX triplet: D1, 55 and 1E. RGB value is (209,85,30). Sum of RGB (Red+Green+Blue) = 209+85+30=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1551E is #2EAAE1. Grayscale: #747474. Windows color (decimal): -3058402 or 1988049. OLE color: 1988049.

HSL color Cylindrical-coordinate representation of color #D1551E: hue angle of 18.44º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1551E is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 85 30 -
CMYK 0 0.59 0.86 0.18
HSL 18.44º 0.75% 0.47% -
HSV(B) 18.44º 0.86% 0.82% -
XYZ 29.78 20.15 3.55 -
YUV 115.81 79.58 194.47 -
System Red Green Blue C M Y K H S L
Decimal 209 85 30 0 0.59 0.86 0.18 18.44 0.75 0.47
Hex D1 55 1E 0 3B 56 12 12 4B 2F
Octal 321 125 36 0 73 126 22 22 113 57
Binary 11010001 1010101 11110 0 111011 1010110 10010 10010 1001011 101111

Color Harmonies of #D1551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1551E

Black with #D1551E

Text Example


Text Example

White with #D1551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1551E; }

 p { color: rgb(209,85,30); }

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

background-color css

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

 a { background-color: rgb(209,85,30); }

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

border-color css

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

 span { border-color: rgb(209,85,30); }

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