Html Css Color HEX #DF521D Chocolate

📋 copy color: '#DF521D'

red 223 ◦ green 82 ◦ blue 29

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

Shades of Chocolate #DF521D

Tints of Chocolate #DF521D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.55%

 BLUE value IS 29 (11.72% from 255) = 8.68%

R = 66.77%
G = 24.55%
B = 8.68%

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

#DF521D (or 0xDF521D) is known color: Chocolate. HEX triplet: DF, 52 and 1D. RGB value is (223,82,29). Sum of RGB (Red+Green+Blue) = 223+82+29=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF521D is #20ADE2. Grayscale: #767676. Windows color (decimal): -2141667 or 1921759. OLE color: 1921759.

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

Color convert

RGB 223 82 29 -
CMYK 0 0.63 0.87 0.13
HSL 16.39º 0.77% 0.49% -
HSV(B) 16.39º 0.87% 0.87% -
XYZ 33.67 21.81 3.6 -
YUV 118.12 77.71 202.81 -
System Red Green Blue C M Y K H S L
Decimal 223 82 29 0 0.63 0.87 0.13 16.39 0.77 0.49
Hex DF 52 1D 0 3F 57 D 10 4D 31
Octal 337 122 35 0 77 127 15 20 115 61
Binary 11011111 1010010 11101 0 111111 1010111 1101 10000 1001101 110001

Color Harmonies of #DF521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF521D

Black with #DF521D

Text Example


Text Example

White with #DF521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF521D; }

 p { color: rgb(223,82,29); }

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

background-color css

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

 a { background-color: rgb(223,82,29); }

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

border-color css

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

 span { border-color: rgb(223,82,29); }

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