Html Css Color HEX #DF614A Flamingo

📋 copy color: '#DF614A'

red 223 ◦ green 97 ◦ blue 74

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

Shades of Flamingo #DF614A

Tints of Flamingo #DF614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.62%

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

R = 56.6%
G = 24.62%
B = 18.78%

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

#DF614A (or 0xDF614A) is known color: Flamingo. HEX triplet: DF, 61 and 4A. RGB value is (223,97,74). Sum of RGB (Red+Green+Blue) = 223+97+74=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF614A is #209EB5. Grayscale: #848484. Windows color (decimal): -2137782 or 4874719. OLE color: 4874719.

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

Color convert

RGB 223 97 74 -
CMYK 0 0.57 0.67 0.13
HSL 9.26º 0.7% 0.58% -
HSV(B) 9.26º 0.67% 0.87% -
XYZ 35.94 24.73 9.36 -
YUV 132.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 223 97 74 0 0.57 0.67 0.13 9.26 0.7 0.58
Hex DF 61 4A 0 39 43 D 9 46 3A
Octal 337 141 112 0 71 103 15 11 106 72
Binary 11011111 1100001 1001010 0 111001 1000011 1101 1001 1000110 111010

Color Harmonies of #DF614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF614A

Black with #DF614A

Text Example


Text Example

White with #DF614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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