Html Css Color HEX #DF5F1D Chocolate

📋 copy color: '#DF5F1D'

red 223 ◦ green 95 ◦ blue 29

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

Shades of Chocolate #DF5F1D

Tints of Chocolate #DF5F1D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.38%

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

R = 64.27%
G = 27.38%
B = 8.36%

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

#DF5F1D (or 0xDF5F1D) is known color: Chocolate. HEX triplet: DF, 5F and 1D. RGB value is (223,95,29). Sum of RGB (Red+Green+Blue) = 223+95+29=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5F1D is #20A0E2. Grayscale: #7E7E7E. Windows color (decimal): -2138339 or 1925087. OLE color: 1925087.

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

Color convert

RGB 223 95 29 -
CMYK 0 0.57 0.87 0.13
HSL 20.41º 0.77% 0.49% -
HSV(B) 20.41º 0.87% 0.87% -
XYZ 34.75 23.96 3.96 -
YUV 125.75 73.41 197.37 -
System Red Green Blue C M Y K H S L
Decimal 223 95 29 0 0.57 0.87 0.13 20.41 0.77 0.49
Hex DF 5F 1D 0 39 57 D 14 4D 31
Octal 337 137 35 0 71 127 15 24 115 61
Binary 11011111 1011111 11101 0 111001 1010111 1101 10100 1001101 110001

Color Harmonies of #DF5F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5F1D

Black with #DF5F1D

Text Example


Text Example

White with #DF5F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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