Html Css Color HEX #DF684A Flamingo

📋 copy color: '#DF684A'

red 223 ◦ green 104 ◦ blue 74

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

Shades of Flamingo #DF684A

Tints of Flamingo #DF684A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.94%

 BLUE value IS 74 (29.3% from 255) = 18.45%

R = 55.61%
G = 25.94%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF684A (or 0xDF684A) is known color: Flamingo. HEX triplet: DF, 68 and 4A. RGB value is (223,104,74). Sum of RGB (Red+Green+Blue) = 223+104+74=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF684A is #2097B5. Grayscale: #888888. Windows color (decimal): -2135990 or 4876511. OLE color: 4876511.

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

Color convert

RGB 223 104 74 -
CMYK 0 0.53 0.67 0.13
HSL 12.08º 0.7% 0.58% -
HSV(B) 12.08º 0.67% 0.87% -
XYZ 36.62 26.08 9.58 -
YUV 136.16 92.92 189.94 -
System Red Green Blue C M Y K H S L
Decimal 223 104 74 0 0.53 0.67 0.13 12.08 0.7 0.58
Hex DF 68 4A 0 35 43 D C 46 3A
Octal 337 150 112 0 65 103 15 14 106 72
Binary 11011111 1101000 1001010 0 110101 1000011 1101 1100 1000110 111010

Color Harmonies of #DF684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF684A

Black with #DF684A

Text Example


Text Example

White with #DF684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF684A; }

 p { color: rgb(223,104,74); }

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

background-color css

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

 a { background-color: rgb(223,104,74); }

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

border-color css

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

 span { border-color: rgb(223,104,74); }

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