Html Css Color HEX #DF6646 Flamingo

📋 copy color: '#DF6646'

red 223 ◦ green 102 ◦ blue 70

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

Shades of Flamingo #DF6646

Tints of Flamingo #DF6646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.82%

 BLUE value IS 70 (27.73% from 255) = 17.72%

R = 56.46%
G = 25.82%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF6646 (or 0xDF6646) is known color: Flamingo. HEX triplet: DF, 66 and 46. RGB value is (223,102,70). Sum of RGB (Red+Green+Blue) = 223+102+70=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6646 is #2099B9. Grayscale: #868686. Windows color (decimal): -2136506 or 4613855. OLE color: 4613855.

HSL color Cylindrical-coordinate representation of color #DF6646: hue angle of 12.55º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF6646 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 102 70 -
CMYK 0 0.54 0.69 0.13
HSL 12.55º 0.71% 0.57% -
HSV(B) 12.55º 0.69% 0.87% -
XYZ 36.29 25.63 8.83 -
YUV 134.53 91.59 191.1 -
System Red Green Blue C M Y K H S L
Decimal 223 102 70 0 0.54 0.69 0.13 12.55 0.71 0.57
Hex DF 66 46 0 36 45 D D 47 39
Octal 337 146 106 0 66 105 15 15 107 71
Binary 11011111 1100110 1000110 0 110110 1000101 1101 1101 1000111 111001

Color Harmonies of #DF6646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6646

Black with #DF6646

Text Example


Text Example

White with #DF6646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6646; }

 p { color: rgb(223,102,70); }

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

background-color css

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

 a { background-color: rgb(223,102,70); }

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

border-color css

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

 span { border-color: rgb(223,102,70); }

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