Html Css Color HEX #DF641B Chocolate

📋 copy color: '#DF641B'

red 223 ◦ green 100 ◦ blue 27

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

Shades of Chocolate #DF641B

Tints of Chocolate #DF641B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 63.71%
G = 28.57%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF641B (or 0xDF641B) is known color: Chocolate. HEX triplet: DF, 64 and 1B. RGB value is (223,100,27). Sum of RGB (Red+Green+Blue) = 223+100+27=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF641B is #209BE4. Grayscale: #808080. Windows color (decimal): -2137061 or 1795295. OLE color: 1795295.

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

Color convert

RGB 223 100 27 -
CMYK 0 0.55 0.88 0.13
HSL 22.35º 0.78% 0.49% -
HSV(B) 22.35º 0.88% 0.87% -
XYZ 35.19 24.88 3.98 -
YUV 128.46 70.75 195.44 -
System Red Green Blue C M Y K H S L
Decimal 223 100 27 0 0.55 0.88 0.13 22.35 0.78 0.49
Hex DF 64 1B 0 37 58 D 16 4E 31
Octal 337 144 33 0 67 130 15 26 116 61
Binary 11011111 1100100 11011 0 110111 1011000 1101 10110 1001110 110001

Color Harmonies of #DF641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF641B

Black with #DF641B

Text Example


Text Example

White with #DF641B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF641B; }

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

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

background-color css

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

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

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

border-color css

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

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

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