Html Css Color HEX #D8614C Flamingo

📋 copy color: '#D8614C'

red 216 ◦ green 97 ◦ blue 76

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

Shades of Flamingo #D8614C

Tints of Flamingo #D8614C

RGB

 RED value IS 216 (84.77% from 255) = 55.53%

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

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

R = 55.53%
G = 24.94%
B = 19.54%

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

#D8614C (or 0xD8614C) is known color: Flamingo. HEX triplet: D8, 61 and 4C. RGB value is (216,97,76). Sum of RGB (Red+Green+Blue) = 216+97+76=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8614C is #279EB3. Grayscale: #828282. Windows color (decimal): -2596532 or 5005784. OLE color: 5005784.

HSL color Cylindrical-coordinate representation of color #D8614C: hue angle of 9º degrees, saturation: 0.64, 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 #D8614C is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 97 76 -
CMYK 0 0.55 0.65 0.15
HSL 0.64% 0.57% -
HSV(B) 0.65% 0.85% -
XYZ 33.9 23.67 9.62 -
YUV 130.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 216 97 76 0 0.55 0.65 0.15 9 0.64 0.57
Hex D8 61 4C 0 37 41 F 9 40 39
Octal 330 141 114 0 67 101 17 11 100 71
Binary 11011000 1100001 1001100 0 110111 1000001 1111 1001 1000000 111001

Color Harmonies of #D8614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8614C

Black with #D8614C

Text Example


Text Example

White with #D8614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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