Html Css Color HEX #DF5A1B Chocolate

📋 copy color: '#DF5A1B'

red 223 ◦ green 90 ◦ blue 27

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

Shades of Chocolate #DF5A1B

Tints of Chocolate #DF5A1B

RGB

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

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

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

R = 65.59%
G = 26.47%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF5A1B (or 0xDF5A1B) is known color: Chocolate. HEX triplet: DF, 5A and 1B. RGB value is (223,90,27). Sum of RGB (Red+Green+Blue) = 223+90+27=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5A1B is #20A5E4. Grayscale: #7A7A7A. Windows color (decimal): -2139621 or 1792735. OLE color: 1792735.

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

Color convert

RGB 223 90 27 -
CMYK 0 0.60 0.88 0.13
HSL 19.29º 0.78% 0.49% -
HSV(B) 19.29º 0.88% 0.87% -
XYZ 34.29 23.08 3.68 -
YUV 122.59 74.06 199.62 -
System Red Green Blue C M Y K H S L
Decimal 223 90 27 0 0.60 0.88 0.13 19.29 0.78 0.49
Hex DF 5A 1B 0 3C 58 D 13 4E 31
Octal 337 132 33 0 74 130 15 23 116 61
Binary 11011111 1011010 11011 0 111100 1011000 1101 10011 1001110 110001

Color Harmonies of #DF5A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A1B

Black with #DF5A1B

Text Example


Text Example

White with #DF5A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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