Html Css Color HEX #DF5C3F Flamingo

📋 copy color: '#DF5C3F'

red 223 ◦ green 92 ◦ blue 63

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

Shades of Flamingo #DF5C3F

Tints of Flamingo #DF5C3F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.34%

 BLUE value IS 63 (25% from 255) = 16.67%

R = 58.99%
G = 24.34%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF5C3F (or 0xDF5C3F) is known color: Flamingo. HEX triplet: DF, 5C and 3F. RGB value is (223,92,63). Sum of RGB (Red+Green+Blue) = 223+92+63=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5C3F is #20A3C0. Grayscale: #808080. Windows color (decimal): -2139073 or 4152543. OLE color: 4152543.

HSL color Cylindrical-coordinate representation of color #DF5C3F: hue angle of 10.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF5C3F is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 92 63 -
CMYK 0 0.59 0.72 0.13
HSL 10.88º 0.71% 0.56% -
HSV(B) 10.88º 0.72% 0.87% -
XYZ 35.16 23.7 7.42 -
YUV 127.86 91.4 195.86 -
System Red Green Blue C M Y K H S L
Decimal 223 92 63 0 0.59 0.72 0.13 10.88 0.71 0.56
Hex DF 5C 3F 0 3B 48 D B 47 38
Octal 337 134 77 0 73 110 15 13 107 70
Binary 11011111 1011100 111111 0 111011 1001000 1101 1011 1000111 111000

Color Harmonies of #DF5C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C3F

Black with #DF5C3F

Text Example


Text Example

White with #DF5C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C3F; }

 p { color: rgb(223,92,63); }

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

background-color css

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

 a { background-color: rgb(223,92,63); }

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

border-color css

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

 span { border-color: rgb(223,92,63); }

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