Html Css Color HEX #DF604A Flamingo

📋 copy color: '#DF604A'

red 223 ◦ green 96 ◦ blue 74

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

Shades of Flamingo #DF604A

Tints of Flamingo #DF604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.43%

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 56.74%
G = 24.43%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF604A (or 0xDF604A) is known color: Flamingo. HEX triplet: DF, 60 and 4A. RGB value is (223,96,74). Sum of RGB (Red+Green+Blue) = 223+96+74=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF604A is #209FB5. Grayscale: #838383. Windows color (decimal): -2138038 or 4874463. OLE color: 4874463.

HSL color Cylindrical-coordinate representation of color #DF604A: hue angle of 8.86º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF604A is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 74 -
CMYK 0 0.57 0.67 0.13
HSL 8.86º 0.7% 0.58% -
HSV(B) 8.86º 0.67% 0.87% -
XYZ 35.85 24.55 9.33 -
YUV 131.47 95.58 193.29 -
System Red Green Blue C M Y K H S L
Decimal 223 96 74 0 0.57 0.67 0.13 8.86 0.7 0.58
Hex DF 60 4A 0 39 43 D 9 46 3A
Octal 337 140 112 0 71 103 15 11 106 72
Binary 11011111 1100000 1001010 0 111001 1000011 1101 1001 1000110 111010

Color Harmonies of #DF604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF604A

Black with #DF604A

Text Example


Text Example

White with #DF604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF604A; }

 p { color: rgb(223,96,74); }

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

background-color css

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

 a { background-color: rgb(223,96,74); }

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

border-color css

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

 span { border-color: rgb(223,96,74); }

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