Html Css Color HEX #DF6A4C Flamingo

📋 copy color: '#DF6A4C'

red 223 ◦ green 106 ◦ blue 76

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

Shades of Flamingo #DF6A4C

Tints of Flamingo #DF6A4C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

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

R = 55.06%
G = 26.17%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF6A4C (or 0xDF6A4C) is known color: Flamingo. HEX triplet: DF, 6A and 4C. RGB value is (223,106,76). Sum of RGB (Red+Green+Blue) = 223+106+76=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6A4C is #2095B3. Grayscale: #898989. Windows color (decimal): -2135476 or 5008095. OLE color: 5008095.

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

Color convert

RGB 223 106 76 -
CMYK 0 0.52 0.66 0.13
HSL 12.24º 0.7% 0.59% -
HSV(B) 12.24º 0.66% 0.87% -
XYZ 36.89 26.52 10.01 -
YUV 137.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 223 106 76 0 0.52 0.66 0.13 12.24 0.7 0.59
Hex DF 6A 4C 0 34 42 D C 46 3B
Octal 337 152 114 0 64 102 15 14 106 73
Binary 11011111 1101010 1001100 0 110100 1000010 1101 1100 1000110 111011

Color Harmonies of #DF6A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A4C

Black with #DF6A4C

Text Example


Text Example

White with #DF6A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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