Html Css Color HEX #DF614C Flamingo

📋 copy color: '#DF614C'

red 223 ◦ green 97 ◦ blue 76

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

Shades of Flamingo #DF614C

Tints of Flamingo #DF614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.19%

R = 56.31%
G = 24.49%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF614C (or 0xDF614C) is known color: Flamingo. HEX triplet: DF, 61 and 4C. RGB value is (223,97,76). Sum of RGB (Red+Green+Blue) = 223+97+76=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF614C is #209EB3. Grayscale: #848484. Windows color (decimal): -2137780 or 5005791. OLE color: 5005791.

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

Color convert

RGB 223 97 76 -
CMYK 0 0.57 0.66 0.13
HSL 8.57º 0.7% 0.59% -
HSV(B) 8.57º 0.66% 0.87% -
XYZ 36.01 24.76 9.72 -
YUV 132.28 96.24 192.71 -
System Red Green Blue C M Y K H S L
Decimal 223 97 76 0 0.57 0.66 0.13 8.57 0.7 0.59
Hex DF 61 4C 0 39 42 D 9 46 3B
Octal 337 141 114 0 71 102 15 11 106 73
Binary 11011111 1100001 1001100 0 111001 1000010 1101 1001 1000110 111011

Color Harmonies of #DF614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF614C

Black with #DF614C

Text Example


Text Example

White with #DF614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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