Html Css Color HEX #DF611A Chocolate

📋 copy color: '#DF611A'

red 223 ◦ green 97 ◦ blue 26

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

Shades of Chocolate #DF611A

Tints of Chocolate #DF611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.03%

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

R = 64.45%
G = 28.03%
B = 7.51%

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

#DF611A (or 0xDF611A) is known color: Chocolate. HEX triplet: DF, 61 and 1A. RGB value is (223,97,26). Sum of RGB (Red+Green+Blue) = 223+97+26=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF611A is #209EE5. Grayscale: #7E7E7E. Windows color (decimal): -2137830 or 1728991. OLE color: 1728991.

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

Color convert

RGB 223 97 26 -
CMYK 0 0.57 0.88 0.13
HSL 21.62º 0.79% 0.49% -
HSV(B) 21.62º 0.88% 0.87% -
XYZ 34.89 24.31 3.83 -
YUV 126.58 71.24 196.77 -
System Red Green Blue C M Y K H S L
Decimal 223 97 26 0 0.57 0.88 0.13 21.62 0.79 0.49
Hex DF 61 1A 0 39 58 D 16 4F 31
Octal 337 141 32 0 71 130 15 26 117 61
Binary 11011111 1100001 11010 0 111001 1011000 1101 10110 1001111 110001

Color Harmonies of #DF611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF611A

Black with #DF611A

Text Example


Text Example

White with #DF611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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