Html Css Color HEX #DF5A45 Flamingo

📋 copy color: '#DF5A45'

red 223 ◦ green 90 ◦ blue 69

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

Shades of Flamingo #DF5A45

Tints of Flamingo #DF5A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 58.38%
G = 23.56%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF5A45 (or 0xDF5A45) is known color: Flamingo. HEX triplet: DF, 5A and 45. RGB value is (223,90,69). Sum of RGB (Red+Green+Blue) = 223+90+69=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5A45 is #20A5BA. Grayscale: #7F7F7F. Windows color (decimal): -2139579 or 4545247. OLE color: 4545247.

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

Color convert

RGB 223 90 69 -
CMYK 0 0.60 0.69 0.13
HSL 8.18º 0.71% 0.57% -
HSV(B) 8.18º 0.69% 0.87% -
XYZ 35.16 23.43 8.3 -
YUV 127.37 95.06 196.21 -
System Red Green Blue C M Y K H S L
Decimal 223 90 69 0 0.60 0.69 0.13 8.18 0.71 0.57
Hex DF 5A 45 0 3C 45 D 8 47 39
Octal 337 132 105 0 74 105 15 10 107 71
Binary 11011111 1011010 1000101 0 111100 1000101 1101 1000 1000111 111001

Color Harmonies of #DF5A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A45

Black with #DF5A45

Text Example


Text Example

White with #DF5A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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