Html Css Color HEX #DF6A54 Flamingo

📋 copy color: '#DF6A54'

red 223 ◦ green 106 ◦ blue 84

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

Shades of Flamingo #DF6A54

Tints of Flamingo #DF6A54

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.67%

 BLUE value IS 84 (33.2% from 255) = 20.34%

R = 54%
G = 25.67%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF6A54 (or 0xDF6A54) is known color: Flamingo. HEX triplet: DF, 6A and 54. RGB value is (223,106,84). Sum of RGB (Red+Green+Blue) = 223+106+84=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6A54 is #2095AB. Grayscale: #8A8A8A. Windows color (decimal): -2135468 or 5532383. OLE color: 5532383.

HSL color Cylindrical-coordinate representation of color #DF6A54: hue angle of 9.5º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF6A54 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 106 84 -
CMYK 0 0.52 0.62 0.13
HSL 9.5º 0.68% 0.6% -
HSV(B) 9.5º 0.62% 0.87% -
XYZ 37.19 26.64 11.57 -
YUV 138.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 223 106 84 0 0.52 0.62 0.13 9.5 0.68 0.6
Hex DF 6A 54 0 34 3E D 9 44 3C
Octal 337 152 124 0 64 76 15 11 104 74
Binary 11011111 1101010 1010100 0 110100 111110 1101 1001 1000100 111100

Color Harmonies of #DF6A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A54

Black with #DF6A54

Text Example


Text Example

White with #DF6A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A54; }

 p { color: rgb(223,106,84); }

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

background-color css

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

 a { background-color: rgb(223,106,84); }

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

border-color css

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

 span { border-color: rgb(223,106,84); }

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