Html Css Color HEX #DF551B Chocolate

📋 copy color: '#DF551B'

red 223 ◦ green 85 ◦ blue 27

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

Shades of Chocolate #DF551B

Tints of Chocolate #DF551B

RGB

 RED value IS 223 (87.5% from 255) = 66.57%

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

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 66.57%
G = 25.37%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF551B (or 0xDF551B) is known color: Chocolate. HEX triplet: DF, 55 and 1B. RGB value is (223,85,27). Sum of RGB (Red+Green+Blue) = 223+85+27=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF551B is #20AAE4. Grayscale: #787878. Windows color (decimal): -2140901 or 1791455. OLE color: 1791455.

HSL color Cylindrical-coordinate representation of color #DF551B: hue angle of 17.76º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF551B is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 85 27 -
CMYK 0 0.62 0.88 0.13
HSL 17.76º 0.78% 0.49% -
HSV(B) 17.76º 0.88% 0.87% -
XYZ 33.88 22.26 3.55 -
YUV 119.65 75.72 201.72 -
System Red Green Blue C M Y K H S L
Decimal 223 85 27 0 0.62 0.88 0.13 17.76 0.78 0.49
Hex DF 55 1B 0 3E 58 D 12 4E 31
Octal 337 125 33 0 76 130 15 22 116 61
Binary 11011111 1010101 11011 0 111110 1011000 1101 10010 1001110 110001

Color Harmonies of #DF551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF551B

Black with #DF551B

Text Example


Text Example

White with #DF551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF551B; }

 p { color: rgb(223,85,27); }

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

background-color css

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

 a { background-color: rgb(223,85,27); }

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

border-color css

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

 span { border-color: rgb(223,85,27); }

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