Html Css Color HEX #DF654C Flamingo

📋 copy color: '#DF654C'

red 223 ◦ green 101 ◦ blue 76

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

Shades of Flamingo #DF654C

Tints of Flamingo #DF654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

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

R = 55.75%
G = 25.25%
B = 19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF654C (or 0xDF654C) is known color: Flamingo. HEX triplet: DF, 65 and 4C. RGB value is (223,101,76). Sum of RGB (Red+Green+Blue) = 223+101+76=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF654C is #209AB3. Grayscale: #868686. Windows color (decimal): -2136756 or 5006815. OLE color: 5006815.

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

Color convert

RGB 223 101 76 -
CMYK 0 0.55 0.66 0.13
HSL 10.2º 0.7% 0.59% -
HSV(B) 10.2º 0.66% 0.87% -
XYZ 36.39 25.52 9.84 -
YUV 134.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 223 101 76 0 0.55 0.66 0.13 10.2 0.7 0.59
Hex DF 65 4C 0 37 42 D A 46 3B
Octal 337 145 114 0 67 102 15 12 106 73
Binary 11011111 1100101 1001100 0 110111 1000010 1101 1010 1000110 111011

Color Harmonies of #DF654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF654C

Black with #DF654C

Text Example


Text Example

White with #DF654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF654C; }

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

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

background-color css

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

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

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

border-color css

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

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

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