Html Css Color HEX #DF634F Flamingo

📋 copy color: '#DF634F'

red 223 ◦ green 99 ◦ blue 79

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

Shades of Flamingo #DF634F

Tints of Flamingo #DF634F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

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

R = 55.61%
G = 24.69%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF634F (or 0xDF634F) is known color: Flamingo. HEX triplet: DF, 63 and 4F. RGB value is (223,99,79). Sum of RGB (Red+Green+Blue) = 223+99+79=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF634F is #209CB0. Grayscale: #868686. Windows color (decimal): -2137265 or 5202911. OLE color: 5202911.

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

Color convert

RGB 223 99 79 -
CMYK 0 0.56 0.65 0.13
HSL 8.33º 0.69% 0.59% -
HSV(B) 8.33º 0.65% 0.87% -
XYZ 36.3 25.18 10.34 -
YUV 133.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 223 99 79 0 0.56 0.65 0.13 8.33 0.69 0.59
Hex DF 63 4F 0 38 41 D 8 45 3B
Octal 337 143 117 0 70 101 15 10 105 73
Binary 11011111 1100011 1001111 0 111000 1000001 1101 1000 1000101 111011

Color Harmonies of #DF634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF634F

Black with #DF634F

Text Example


Text Example

White with #DF634F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF634F; }

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

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

background-color css

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

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

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

border-color css

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

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

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