Html Css Color HEX #D9614D Flamingo

📋 copy color: '#D9614D'

red 217 ◦ green 97 ◦ blue 77

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

Shades of Flamingo #D9614D

Tints of Flamingo #D9614D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.69%

R = 55.5%
G = 24.81%
B = 19.69%

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

#D9614D (or 0xD9614D) is known color: Flamingo. HEX triplet: D9, 61 and 4D. RGB value is (217,97,77). Sum of RGB (Red+Green+Blue) = 217+97+77=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9614D is #269EB2. Grayscale: #828282. Windows color (decimal): -2530995 or 5071321. OLE color: 5071321.

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

Color convert

RGB 217 97 77 -
CMYK 0 0.55 0.65 0.15
HSL 8.57º 0.65% 0.58% -
HSV(B) 8.57º 0.65% 0.85% -
XYZ 34.23 23.84 9.82 -
YUV 130.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 217 97 77 0 0.55 0.65 0.15 8.57 0.65 0.58
Hex D9 61 4D 0 37 41 F 9 41 3A
Octal 331 141 115 0 67 101 17 11 101 72
Binary 11011001 1100001 1001101 0 110111 1000001 1111 1001 1000001 111010

Color Harmonies of #D9614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9614D

Black with #D9614D

Text Example


Text Example

White with #D9614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9614D; }

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

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

background-color css

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

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

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

border-color css

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

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

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