Html Css Color HEX #DF5B42 Flamingo

📋 copy color: '#DF5B42'

red 223 ◦ green 91 ◦ blue 66

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

Shades of Flamingo #DF5B42

Tints of Flamingo #DF5B42

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.95%

 BLUE value IS 66 (26.17% from 255) = 17.37%

R = 58.68%
G = 23.95%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF5B42 (or 0xDF5B42) is known color: Flamingo. HEX triplet: DF, 5B and 42. RGB value is (223,91,66). Sum of RGB (Red+Green+Blue) = 223+91+66=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5B42 is #20A4BD. Grayscale: #7F7F7F. Windows color (decimal): -2139326 or 4348895. OLE color: 4348895.

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

Color convert

RGB 223 91 66 -
CMYK 0 0.59 0.70 0.13
HSL 9.55º 0.71% 0.57% -
HSV(B) 9.55º 0.7% 0.87% -
XYZ 35.16 23.56 7.85 -
YUV 127.62 93.23 196.03 -
System Red Green Blue C M Y K H S L
Decimal 223 91 66 0 0.59 0.70 0.13 9.55 0.71 0.57
Hex DF 5B 42 0 3B 46 D A 47 39
Octal 337 133 102 0 73 106 15 12 107 71
Binary 11011111 1011011 1000010 0 111011 1000110 1101 1010 1000111 111001

Color Harmonies of #DF5B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5B42

Black with #DF5B42

Text Example


Text Example

White with #DF5B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5B42; }

 p { color: rgb(223,91,66); }

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

background-color css

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

 a { background-color: rgb(223,91,66); }

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

border-color css

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

 span { border-color: rgb(223,91,66); }

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