Html Css Color HEX #DF6452 Flamingo

📋 copy color: '#DF6452'

red 223 ◦ green 100 ◦ blue 82

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

Shades of Flamingo #DF6452

Tints of Flamingo #DF6452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

 BLUE value IS 82 (32.42% from 255) = 20.25%

R = 55.06%
G = 24.69%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF6452 (or 0xDF6452) is known color: Flamingo. HEX triplet: DF, 64 and 52. RGB value is (223,100,82). Sum of RGB (Red+Green+Blue) = 223+100+82=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6452 is #209BAD. Grayscale: #868686. Windows color (decimal): -2137006 or 5399775. OLE color: 5399775.

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

Color convert

RGB 223 100 82 -
CMYK 0 0.55 0.63 0.13
HSL 7.66º 0.69% 0.6% -
HSV(B) 7.66º 0.63% 0.87% -
XYZ 36.51 25.41 10.96 -
YUV 134.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 223 100 82 0 0.55 0.63 0.13 7.66 0.69 0.6
Hex DF 64 52 0 37 3F D 8 45 3C
Octal 337 144 122 0 67 77 15 10 105 74
Binary 11011111 1100100 1010010 0 110111 111111 1101 1000 1000101 111100

Color Harmonies of #DF6452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6452

Black with #DF6452

Text Example


Text Example

White with #DF6452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6452; }

 p { color: rgb(223,100,82); }

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

background-color css

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

 a { background-color: rgb(223,100,82); }

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

border-color css

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

 span { border-color: rgb(223,100,82); }

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