Html Css Color HEX #D6614C Flamingo

📋 copy color: '#D6614C'

red 214 ◦ green 97 ◦ blue 76

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

Shades of Flamingo #D6614C

Tints of Flamingo #D6614C

RGB

 RED value IS 214 (83.98% from 255) = 55.3%

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

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

R = 55.3%
G = 25.06%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6614C (or 0xD6614C) is known color: Flamingo. HEX triplet: D6, 61 and 4C. RGB value is (214,97,76). Sum of RGB (Red+Green+Blue) = 214+97+76=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6614C is #299EB3. Grayscale: #818181. Windows color (decimal): -2727604 or 5005782. OLE color: 5005782.

HSL color Cylindrical-coordinate representation of color #D6614C: hue angle of 9.13º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6614C is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 97 76 -
CMYK 0 0.55 0.64 0.16
HSL 9.13º 0.63% 0.57% -
HSV(B) 9.13º 0.64% 0.84% -
XYZ 33.31 23.37 9.59 -
YUV 129.59 97.76 188.21 -
System Red Green Blue C M Y K H S L
Decimal 214 97 76 0 0.55 0.64 0.16 9.13 0.63 0.57
Hex D6 61 4C 0 37 40 10 9 3F 39
Octal 326 141 114 0 67 100 20 11 77 71
Binary 11010110 1100001 1001100 0 110111 1000000 10000 1001 111111 111001

Color Harmonies of #D6614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6614C

Black with #D6614C

Text Example


Text Example

White with #D6614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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