Html Css Color HEX #DF5A1A Chocolate

📋 copy color: '#DF5A1A'

red 223 ◦ green 90 ◦ blue 26

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

Shades of Chocolate #DF5A1A

Tints of Chocolate #DF5A1A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.55%

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

R = 65.78%
G = 26.55%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF5A1A (or 0xDF5A1A) is known color: Chocolate. HEX triplet: DF, 5A and 1A. RGB value is (223,90,26). Sum of RGB (Red+Green+Blue) = 223+90+26=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5A1A is #20A5E5. Grayscale: #7A7A7A. Windows color (decimal): -2139622 or 1727199. OLE color: 1727199.

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

Color convert

RGB 223 90 26 -
CMYK 0 0.60 0.88 0.13
HSL 19.49º 0.79% 0.49% -
HSV(B) 19.49º 0.88% 0.87% -
XYZ 34.27 23.07 3.62 -
YUV 122.47 73.56 199.7 -
System Red Green Blue C M Y K H S L
Decimal 223 90 26 0 0.60 0.88 0.13 19.49 0.79 0.49
Hex DF 5A 1A 0 3C 58 D 13 4F 31
Octal 337 132 32 0 74 130 15 23 117 61
Binary 11011111 1011010 11010 0 111100 1011000 1101 10011 1001111 110001

Color Harmonies of #DF5A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A1A

Black with #DF5A1A

Text Example


Text Example

White with #DF5A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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