Html Css Color HEX #DF5D42 Flamingo

📋 copy color: '#DF5D42'

red 223 ◦ green 93 ◦ blue 66

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

Shades of Flamingo #DF5D42

Tints of Flamingo #DF5D42

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.35%

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

R = 58.38%
G = 24.35%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF5D42 (or 0xDF5D42) is known color: Flamingo. HEX triplet: DF, 5D and 42. RGB value is (223,93,66). Sum of RGB (Red+Green+Blue) = 223+93+66=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5D42 is #20A2BD. Grayscale: #818181. Windows color (decimal): -2138814 or 4349407. OLE color: 4349407.

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

Color convert

RGB 223 93 66 -
CMYK 0 0.58 0.70 0.13
HSL 10.32º 0.71% 0.57% -
HSV(B) 10.32º 0.7% 0.87% -
XYZ 35.33 23.91 7.91 -
YUV 128.79 92.57 195.2 -
System Red Green Blue C M Y K H S L
Decimal 223 93 66 0 0.58 0.70 0.13 10.32 0.71 0.57
Hex DF 5D 42 0 3A 46 D A 47 39
Octal 337 135 102 0 72 106 15 12 107 71
Binary 11011111 1011101 1000010 0 111010 1000110 1101 1010 1000111 111001

Color Harmonies of #DF5D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5D42

Black with #DF5D42

Text Example


Text Example

White with #DF5D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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