Html Css Color HEX #DF6C48 Flamingo

📋 copy color: '#DF6C48'

red 223 ◦ green 108 ◦ blue 72

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

Shades of Flamingo #DF6C48

Tints of Flamingo #DF6C48

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

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

R = 55.33%
G = 26.8%
B = 17.87%

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

#DF6C48 (or 0xDF6C48) is known color: Flamingo. HEX triplet: DF, 6C and 48. RGB value is (223,108,72). Sum of RGB (Red+Green+Blue) = 223+108+72=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6C48 is #2093B7. Grayscale: #8A8A8A. Windows color (decimal): -2134968 or 4746463. OLE color: 4746463.

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

Color convert

RGB 223 108 72 -
CMYK 0 0.52 0.68 0.13
HSL 14.3º 0.7% 0.58% -
HSV(B) 14.3º 0.68% 0.87% -
XYZ 36.96 26.88 9.37 -
YUV 138.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 223 108 72 0 0.52 0.68 0.13 14.3 0.7 0.58
Hex DF 6C 48 0 34 44 D E 46 3A
Octal 337 154 110 0 64 104 15 16 106 72
Binary 11011111 1101100 1001000 0 110100 1000100 1101 1110 1000110 111010

Color Harmonies of #DF6C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6C48

Black with #DF6C48

Text Example


Text Example

White with #DF6C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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