Html Css Color HEX #D9614C Flamingo

📋 copy color: '#D9614C'

red 217 ◦ green 97 ◦ blue 76

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

Shades of Flamingo #D9614C

Tints of Flamingo #D9614C

RGB

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

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

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

R = 55.64%
G = 24.87%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9614C (or 0xD9614C) is known color: Flamingo. HEX triplet: D9, 61 and 4C. RGB value is (217,97,76). Sum of RGB (Red+Green+Blue) = 217+97+76=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9614C is #269EB3. Grayscale: #828282. Windows color (decimal): -2530996 or 5005785. OLE color: 5005785.

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

Color convert

RGB 217 97 76 -
CMYK 0 0.55 0.65 0.15
HSL 8.94º 0.65% 0.57% -
HSV(B) 8.94º 0.65% 0.85% -
XYZ 34.19 23.82 9.63 -
YUV 130.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 217 97 76 0 0.55 0.65 0.15 8.94 0.65 0.57
Hex D9 61 4C 0 37 41 F 9 41 39
Octal 331 141 114 0 67 101 17 11 101 71
Binary 11011001 1100001 1001100 0 110111 1000001 1111 1001 1000001 111001

Color Harmonies of #D9614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9614C

Black with #D9614C

Text Example


Text Example

White with #D9614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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