Html Css Color HEX #DF6A48 Flamingo

📋 copy color: '#DF6A48'

red 223 ◦ green 106 ◦ blue 72

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

Shades of Flamingo #DF6A48

Tints of Flamingo #DF6A48

RGB

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

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

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

R = 55.61%
G = 26.43%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF6A48 (or 0xDF6A48) is known color: Flamingo. HEX triplet: DF, 6A and 48. RGB value is (223,106,72). Sum of RGB (Red+Green+Blue) = 223+106+72=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6A48 is #2095B7. Grayscale: #898989. Windows color (decimal): -2135480 or 4745951. OLE color: 4745951.

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

Color convert

RGB 223 106 72 -
CMYK 0 0.52 0.68 0.13
HSL 13.51º 0.7% 0.58% -
HSV(B) 13.51º 0.68% 0.87% -
XYZ 36.76 26.46 9.3 -
YUV 137.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 223 106 72 0 0.52 0.68 0.13 13.51 0.7 0.58
Hex DF 6A 48 0 34 44 D E 46 3A
Octal 337 152 110 0 64 104 15 16 106 72
Binary 11011111 1101010 1001000 0 110100 1000100 1101 1110 1000110 111010

Color Harmonies of #DF6A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A48

Black with #DF6A48

Text Example


Text Example

White with #DF6A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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