Html Css Color HEX #DF551F Chocolate

📋 copy color: '#DF551F'

red 223 ◦ green 85 ◦ blue 31

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

Shades of Chocolate #DF551F

Tints of Chocolate #DF551F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.14%

R = 65.78%
G = 25.07%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF551F (or 0xDF551F) is known color: Chocolate. HEX triplet: DF, 55 and 1F. RGB value is (223,85,31). Sum of RGB (Red+Green+Blue) = 223+85+31=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF551F is #20AAE0. Grayscale: #787878. Windows color (decimal): -2140897 or 2053599. OLE color: 2053599.

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

Color convert

RGB 223 85 31 -
CMYK 0 0.62 0.86 0.13
HSL 16.88º 0.76% 0.5% -
HSV(B) 16.88º 0.86% 0.87% -
XYZ 33.93 22.28 3.81 -
YUV 120.11 77.72 201.39 -
System Red Green Blue C M Y K H S L
Decimal 223 85 31 0 0.62 0.86 0.13 16.88 0.76 0.5
Hex DF 55 1F 0 3E 56 D 11 4C 32
Octal 337 125 37 0 76 126 15 21 114 62
Binary 11011111 1010101 11111 0 111110 1010110 1101 10001 1001100 110010

Color Harmonies of #DF551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF551F

Black with #DF551F

Text Example


Text Example

White with #DF551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF551F; }

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

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

background-color css

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

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

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

border-color css

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

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

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