Html Css Color HEX #DF531A Chocolate

📋 copy color: '#DF531A'

red 223 ◦ green 83 ◦ blue 26

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

Shades of Chocolate #DF531A

Tints of Chocolate #DF531A

RGB

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

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

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

R = 67.17%
G = 25%
B = 7.83%

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

#DF531A (or 0xDF531A) is known color: Chocolate. HEX triplet: DF, 53 and 1A. RGB value is (223,83,26). Sum of RGB (Red+Green+Blue) = 223+83+26=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF531A is #20ACE5. Grayscale: #767676. Windows color (decimal): -2141414 or 1725407. OLE color: 1725407.

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

Color convert

RGB 223 83 26 -
CMYK 0 0.63 0.88 0.13
HSL 17.36º 0.79% 0.49% -
HSV(B) 17.36º 0.88% 0.87% -
XYZ 33.71 21.95 3.44 -
YUV 118.36 75.88 202.63 -
System Red Green Blue C M Y K H S L
Decimal 223 83 26 0 0.63 0.88 0.13 17.36 0.79 0.49
Hex DF 53 1A 0 3F 58 D 11 4F 31
Octal 337 123 32 0 77 130 15 21 117 61
Binary 11011111 1010011 11010 0 111111 1011000 1101 10001 1001111 110001

Color Harmonies of #DF531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF531A

Black with #DF531A

Text Example


Text Example

White with #DF531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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