Html Css Color HEX #DF5B4A Flamingo

📋 copy color: '#DF5B4A'

red 223 ◦ green 91 ◦ blue 74

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

Shades of Flamingo #DF5B4A

Tints of Flamingo #DF5B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.07%

R = 57.47%
G = 23.45%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF5B4A (or 0xDF5B4A) is known color: Flamingo. HEX triplet: DF, 5B and 4A. RGB value is (223,91,74). Sum of RGB (Red+Green+Blue) = 223+91+74=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5B4A is #20A4B5. Grayscale: #808080. Windows color (decimal): -2139318 or 4873183. OLE color: 4873183.

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

Color convert

RGB 223 91 74 -
CMYK 0 0.59 0.67 0.13
HSL 6.85º 0.7% 0.58% -
HSV(B) 6.85º 0.67% 0.87% -
XYZ 35.41 23.66 9.18 -
YUV 128.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 223 91 74 0 0.59 0.67 0.13 6.85 0.7 0.58
Hex DF 5B 4A 0 3B 43 D 7 46 3A
Octal 337 133 112 0 73 103 15 7 106 72
Binary 11011111 1011011 1001010 0 111011 1000011 1101 111 1000110 111010

Color Harmonies of #DF5B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5B4A

Black with #DF5B4A

Text Example


Text Example

White with #DF5B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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