Html Css Color HEX #DF664C Flamingo

📋 copy color: '#DF664C'

red 223 ◦ green 102 ◦ blue 76

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

Shades of Flamingo #DF664C

Tints of Flamingo #DF664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.95%

R = 55.61%
G = 25.44%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF664C (or 0xDF664C) is known color: Flamingo. HEX triplet: DF, 66 and 4C. RGB value is (223,102,76). Sum of RGB (Red+Green+Blue) = 223+102+76=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF664C is #2099B3. Grayscale: #878787. Windows color (decimal): -2136500 or 5007071. OLE color: 5007071.

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

Color convert

RGB 223 102 76 -
CMYK 0 0.54 0.66 0.13
HSL 10.61º 0.7% 0.59% -
HSV(B) 10.61º 0.66% 0.87% -
XYZ 36.49 25.71 9.88 -
YUV 135.22 94.59 190.61 -
System Red Green Blue C M Y K H S L
Decimal 223 102 76 0 0.54 0.66 0.13 10.61 0.7 0.59
Hex DF 66 4C 0 36 42 D B 46 3B
Octal 337 146 114 0 66 102 15 13 106 73
Binary 11011111 1100110 1001100 0 110110 1000010 1101 1011 1000110 111011

Color Harmonies of #DF664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF664C

Black with #DF664C

Text Example


Text Example

White with #DF664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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