Html Css Color HEX #DF6548 Flamingo

📋 copy color: '#DF6548'

red 223 ◦ green 101 ◦ blue 72

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

Shades of Flamingo #DF6548

Tints of Flamingo #DF6548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.51%

 BLUE value IS 72 (28.52% from 255) = 18.18%

R = 56.31%
G = 25.51%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF6548 (or 0xDF6548) is known color: Flamingo. HEX triplet: DF, 65 and 48. RGB value is (223,101,72). Sum of RGB (Red+Green+Blue) = 223+101+72=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6548 is #209AB7. Grayscale: #868686. Windows color (decimal): -2136760 or 4744671. OLE color: 4744671.

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

Color convert

RGB 223 101 72 -
CMYK 0 0.55 0.68 0.13
HSL 11.52º 0.7% 0.58% -
HSV(B) 11.52º 0.68% 0.87% -
XYZ 36.25 25.46 9.13 -
YUV 134.17 92.92 191.36 -
System Red Green Blue C M Y K H S L
Decimal 223 101 72 0 0.55 0.68 0.13 11.52 0.7 0.58
Hex DF 65 48 0 37 44 D C 46 3A
Octal 337 145 110 0 67 104 15 14 106 72
Binary 11011111 1100101 1001000 0 110111 1000100 1101 1100 1000110 111010

Color Harmonies of #DF6548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6548

Black with #DF6548

Text Example


Text Example

White with #DF6548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6548; }

 p { color: rgb(223,101,72); }

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

background-color css

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

 a { background-color: rgb(223,101,72); }

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

border-color css

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

 span { border-color: rgb(223,101,72); }

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