Html Css Color HEX #DF611C Chocolate

📋 copy color: '#DF611C'

red 223 ◦ green 97 ◦ blue 28

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

Shades of Chocolate #DF611C

Tints of Chocolate #DF611C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 64.08%
G = 27.87%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF611C (or 0xDF611C) is known color: Chocolate. HEX triplet: DF, 61 and 1C. RGB value is (223,97,28). Sum of RGB (Red+Green+Blue) = 223+97+28=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF611C is #209EE3. Grayscale: #7F7F7F. Windows color (decimal): -2137828 or 1860063. OLE color: 1860063.

HSL color Cylindrical-coordinate representation of color #DF611C: hue angle of 21.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF611C is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 97 28 -
CMYK 0 0.57 0.87 0.13
HSL 21.23º 0.78% 0.49% -
HSV(B) 21.23º 0.87% 0.87% -
XYZ 34.92 24.32 3.95 -
YUV 126.81 72.24 196.61 -
System Red Green Blue C M Y K H S L
Decimal 223 97 28 0 0.57 0.87 0.13 21.23 0.78 0.49
Hex DF 61 1C 0 39 57 D 15 4E 31
Octal 337 141 34 0 71 127 15 25 116 61
Binary 11011111 1100001 11100 0 111001 1010111 1101 10101 1001110 110001

Color Harmonies of #DF611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF611C

Black with #DF611C

Text Example


Text Example

White with #DF611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF611C; }

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

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

background-color css

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

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

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

border-color css

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

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

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