Html Css Color HEX #DF654F Flamingo

📋 copy color: '#DF654F'

red 223 ◦ green 101 ◦ blue 79

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

Shades of Flamingo #DF654F

Tints of Flamingo #DF654F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.6%

R = 55.33%
G = 25.06%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF654F (or 0xDF654F) is known color: Flamingo. HEX triplet: DF, 65 and 4F. RGB value is (223,101,79). Sum of RGB (Red+Green+Blue) = 223+101+79=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF654F is #209AB0. Grayscale: #878787. Windows color (decimal): -2136753 or 5203423. OLE color: 5203423.

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

Color convert

RGB 223 101 79 -
CMYK 0 0.55 0.65 0.13
HSL 9.17º 0.69% 0.59% -
HSV(B) 9.17º 0.65% 0.87% -
XYZ 36.5 25.56 10.41 -
YUV 134.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 223 101 79 0 0.55 0.65 0.13 9.17 0.69 0.59
Hex DF 65 4F 0 37 41 D 9 45 3B
Octal 337 145 117 0 67 101 15 11 105 73
Binary 11011111 1100101 1001111 0 110111 1000001 1101 1001 1000101 111011

Color Harmonies of #DF654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF654F

Black with #DF654F

Text Example


Text Example

White with #DF654F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF654F; }

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

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

background-color css

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

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

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

border-color css

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

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

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