Html Css Color HEX #DF4F1B Chocolate

📋 copy color: '#DF4F1B'

red 223 ◦ green 79 ◦ blue 27

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

Shades of Chocolate #DF4F1B

Tints of Chocolate #DF4F1B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.01%

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

R = 67.78%
G = 24.01%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF4F1B (or 0xDF4F1B) is known color: Chocolate. HEX triplet: DF, 4F and 1B. RGB value is (223,79,27). Sum of RGB (Red+Green+Blue) = 223+79+27=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4F1B is #20B0E4. Grayscale: #747474. Windows color (decimal): -2142437 or 1789919. OLE color: 1789919.

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

Color convert

RGB 223 79 27 -
CMYK 0 0.65 0.88 0.13
HSL 15.92º 0.78% 0.49% -
HSV(B) 15.92º 0.88% 0.87% -
XYZ 33.43 21.36 3.4 -
YUV 116.13 77.71 204.23 -
System Red Green Blue C M Y K H S L
Decimal 223 79 27 0 0.65 0.88 0.13 15.92 0.78 0.49
Hex DF 4F 1B 0 41 58 D 10 4E 31
Octal 337 117 33 0 101 130 15 20 116 61
Binary 11011111 1001111 11011 0 1000001 1011000 1101 10000 1001110 110001

Color Harmonies of #DF4F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4F1B

Black with #DF4F1B

Text Example


Text Example

White with #DF4F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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