Html Css Color HEX #DF641D Chocolate

📋 copy color: '#DF641D'

red 223 ◦ green 100 ◦ blue 29

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

Shades of Chocolate #DF641D

Tints of Chocolate #DF641D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

 BLUE value IS 29 (11.72% from 255) = 8.24%

R = 63.35%
G = 28.41%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF641D (or 0xDF641D) is known color: Chocolate. HEX triplet: DF, 64 and 1D. RGB value is (223,100,29). Sum of RGB (Red+Green+Blue) = 223+100+29=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF641D is #209BE2. Grayscale: #818181. Windows color (decimal): -2137059 or 1926367. OLE color: 1926367.

HSL color Cylindrical-coordinate representation of color #DF641D: hue angle of 21.96º degrees, saturation: 0.77, 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 #DF641D is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 100 29 -
CMYK 0 0.55 0.87 0.13
HSL 21.96º 0.77% 0.49% -
HSV(B) 21.96º 0.87% 0.87% -
XYZ 35.21 24.89 4.11 -
YUV 128.68 71.75 195.27 -
System Red Green Blue C M Y K H S L
Decimal 223 100 29 0 0.55 0.87 0.13 21.96 0.77 0.49
Hex DF 64 1D 0 37 57 D 16 4D 31
Octal 337 144 35 0 67 127 15 26 115 61
Binary 11011111 1100100 11101 0 110111 1010111 1101 10110 1001101 110001

Color Harmonies of #DF641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF641D

Black with #DF641D

Text Example


Text Example

White with #DF641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF641D; }

 p { color: rgb(223,100,29); }

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

background-color css

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

 a { background-color: rgb(223,100,29); }

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

border-color css

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

 span { border-color: rgb(223,100,29); }

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