Html Css Color HEX #DF521A Chocolate

📋 copy color: '#DF521A'

red 223 ◦ green 82 ◦ blue 26

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

Shades of Chocolate #DF521A

Tints of Chocolate #DF521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 67.37%
G = 24.77%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF521A (or 0xDF521A) is known color: Chocolate. HEX triplet: DF, 52 and 1A. RGB value is (223,82,26). Sum of RGB (Red+Green+Blue) = 223+82+26=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF521A is #20ADE5. Grayscale: #767676. Windows color (decimal): -2141670 or 1725151. OLE color: 1725151.

HSL color Cylindrical-coordinate representation of color #DF521A: hue angle of 17.06º degrees, saturation: 0.79, 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 #DF521A is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 82 26 -
CMYK 0 0.63 0.88 0.13
HSL 17.06º 0.79% 0.49% -
HSV(B) 17.06º 0.88% 0.87% -
XYZ 33.64 21.8 3.41 -
YUV 117.78 76.21 203.05 -
System Red Green Blue C M Y K H S L
Decimal 223 82 26 0 0.63 0.88 0.13 17.06 0.79 0.49
Hex DF 52 1A 0 3F 58 D 11 4F 31
Octal 337 122 32 0 77 130 15 21 117 61
Binary 11011111 1010010 11010 0 111111 1011000 1101 10001 1001111 110001

Color Harmonies of #DF521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF521A

Black with #DF521A

Text Example


Text Example

White with #DF521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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