Html Css Color HEX #DF601A Chocolate

📋 copy color: '#DF601A'

red 223 ◦ green 96 ◦ blue 26

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

Shades of Chocolate #DF601A

Tints of Chocolate #DF601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

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

R = 64.64%
G = 27.83%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF601A (or 0xDF601A) is known color: Chocolate. HEX triplet: DF, 60 and 1A. RGB value is (223,96,26). Sum of RGB (Red+Green+Blue) = 223+96+26=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF601A is #209FE5. Grayscale: #7E7E7E. Windows color (decimal): -2138086 or 1728735. OLE color: 1728735.

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

Color convert

RGB 223 96 26 -
CMYK 0 0.57 0.88 0.13
HSL 21.32º 0.79% 0.49% -
HSV(B) 21.32º 0.88% 0.87% -
XYZ 34.8 24.13 3.8 -
YUV 125.99 71.58 197.19 -
System Red Green Blue C M Y K H S L
Decimal 223 96 26 0 0.57 0.88 0.13 21.32 0.79 0.49
Hex DF 60 1A 0 39 58 D 15 4F 31
Octal 337 140 32 0 71 130 15 25 117 61
Binary 11011111 1100000 11010 0 111001 1011000 1101 10101 1001111 110001

Color Harmonies of #DF601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF601A

Black with #DF601A

Text Example


Text Example

White with #DF601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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