Html Css Color HEX #DF531E Chocolate

📋 copy color: '#DF531E'

red 223 ◦ green 83 ◦ blue 30

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

Shades of Chocolate #DF531E

Tints of Chocolate #DF531E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.7%

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

R = 66.37%
G = 24.7%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF531E (or 0xDF531E) is known color: Chocolate. HEX triplet: DF, 53 and 1E. RGB value is (223,83,30). Sum of RGB (Red+Green+Blue) = 223+83+30=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF531E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF531E is #20ACE1. Grayscale: #777777. Windows color (decimal): -2141410 or 1987551. OLE color: 1987551.

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

Color convert

RGB 223 83 30 -
CMYK 0 0.63 0.87 0.13
HSL 16.48º 0.76% 0.5% -
HSV(B) 16.48º 0.87% 0.87% -
XYZ 33.76 21.97 3.69 -
YUV 118.82 77.88 202.31 -
System Red Green Blue C M Y K H S L
Decimal 223 83 30 0 0.63 0.87 0.13 16.48 0.76 0.5
Hex DF 53 1E 0 3F 57 D 10 4C 32
Octal 337 123 36 0 77 127 15 20 114 62
Binary 11011111 1010011 11110 0 111111 1010111 1101 10000 1001100 110010

Color Harmonies of #DF531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF531E

Black with #DF531E

Text Example


Text Example

White with #DF531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF531E; }

 p { color: rgb(223,83,30); }

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

background-color css

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

 a { background-color: rgb(223,83,30); }

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

border-color css

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

 span { border-color: rgb(223,83,30); }

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