Html Css Color HEX #DF664A Flamingo

📋 copy color: '#DF664A'

red 223 ◦ green 102 ◦ blue 74

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

Shades of Flamingo #DF664A

Tints of Flamingo #DF664A

RGB

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

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

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

R = 55.89%
G = 25.56%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF664A (or 0xDF664A) is known color: Flamingo. HEX triplet: DF, 66 and 4A. RGB value is (223,102,74). Sum of RGB (Red+Green+Blue) = 223+102+74=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF664A is #2099B5. Grayscale: #878787. Windows color (decimal): -2136502 or 4875999. OLE color: 4875999.

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

Color convert

RGB 223 102 74 -
CMYK 0 0.54 0.67 0.13
HSL 11.28º 0.7% 0.58% -
HSV(B) 11.28º 0.67% 0.87% -
XYZ 36.42 25.69 9.52 -
YUV 134.99 93.59 190.78 -
System Red Green Blue C M Y K H S L
Decimal 223 102 74 0 0.54 0.67 0.13 11.28 0.7 0.58
Hex DF 66 4A 0 36 43 D B 46 3A
Octal 337 146 112 0 66 103 15 13 106 72
Binary 11011111 1100110 1001010 0 110110 1000011 1101 1011 1000110 111010

Color Harmonies of #DF664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF664A

Black with #DF664A

Text Example


Text Example

White with #DF664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF664A; }

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

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

background-color css

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

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

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

border-color css

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

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

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