Html Css Color HEX #D9614F Flamingo

📋 copy color: '#D9614F'

red 217 ◦ green 97 ◦ blue 79

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

Shades of Flamingo #D9614F

Tints of Flamingo #D9614F

RGB

 RED value IS 217 (85.16% from 255) = 55.22%

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

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

R = 55.22%
G = 24.68%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9614F (or 0xD9614F) is known color: Flamingo. HEX triplet: D9, 61 and 4F. RGB value is (217,97,79). Sum of RGB (Red+Green+Blue) = 217+97+79=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9614F is #269EB0. Grayscale: #838383. Windows color (decimal): -2530993 or 5202393. OLE color: 5202393.

HSL color Cylindrical-coordinate representation of color #D9614F: hue angle of 7.83º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9614F is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 79 -
CMYK 0 0.55 0.64 0.15
HSL 7.83º 0.64% 0.58% -
HSV(B) 7.83º 0.64% 0.85% -
XYZ 34.3 23.87 10.2 -
YUV 130.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 217 97 79 0 0.55 0.64 0.15 7.83 0.64 0.58
Hex D9 61 4F 0 37 40 F 8 40 3A
Octal 331 141 117 0 67 100 17 10 100 72
Binary 11011001 1100001 1001111 0 110111 1000000 1111 1000 1000000 111010

Color Harmonies of #D9614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9614F

Black with #D9614F

Text Example


Text Example

White with #D9614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9614F; }

 p { color: rgb(217,97,79); }

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

background-color css

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

 a { background-color: rgb(217,97,79); }

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

border-color css

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

 span { border-color: rgb(217,97,79); }

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