Html Css Color HEX #DF5A1D Chocolate

📋 copy color: '#DF5A1D'

red 223 ◦ green 90 ◦ blue 29

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

Shades of Chocolate #DF5A1D

Tints of Chocolate #DF5A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

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

R = 65.2%
G = 26.32%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF5A1D (or 0xDF5A1D) is known color: Chocolate. HEX triplet: DF, 5A and 1D. RGB value is (223,90,29). Sum of RGB (Red+Green+Blue) = 223+90+29=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5A1D is #20A5E2. Grayscale: #7B7B7B. Windows color (decimal): -2139619 or 1923807. OLE color: 1923807.

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

Color convert

RGB 223 90 29 -
CMYK 0 0.60 0.87 0.13
HSL 18.87º 0.77% 0.49% -
HSV(B) 18.87º 0.87% 0.87% -
XYZ 34.31 23.09 3.81 -
YUV 122.81 75.06 199.46 -
System Red Green Blue C M Y K H S L
Decimal 223 90 29 0 0.60 0.87 0.13 18.87 0.77 0.49
Hex DF 5A 1D 0 3C 57 D 13 4D 31
Octal 337 132 35 0 74 127 15 23 115 61
Binary 11011111 1011010 11101 0 111100 1010111 1101 10011 1001101 110001

Color Harmonies of #DF5A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A1D

Black with #DF5A1D

Text Example


Text Example

White with #DF5A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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