Html Css Color HEX #D7614C Flamingo

📋 copy color: '#D7614C'

red 215 ◦ green 97 ◦ blue 76

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

Shades of Flamingo #D7614C

Tints of Flamingo #D7614C

RGB

 RED value IS 215 (84.38% from 255) = 55.41%

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

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

R = 55.41%
G = 25%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7614C (or 0xD7614C) is known color: Flamingo. HEX triplet: D7, 61 and 4C. RGB value is (215,97,76). Sum of RGB (Red+Green+Blue) = 215+97+76=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D7614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7614C is #289EB3. Grayscale: #828282. Windows color (decimal): -2662068 or 5005783. OLE color: 5005783.

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

Color convert

RGB 215 97 76 -
CMYK 0 0.55 0.65 0.16
HSL 9.06º 0.63% 0.57% -
HSV(B) 9.06º 0.65% 0.84% -
XYZ 33.6 23.52 9.61 -
YUV 129.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 215 97 76 0 0.55 0.65 0.16 9.06 0.63 0.57
Hex D7 61 4C 0 37 41 10 9 3F 39
Octal 327 141 114 0 67 101 20 11 77 71
Binary 11010111 1100001 1001100 0 110111 1000001 10000 1001 111111 111001

Color Harmonies of #D7614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7614C

Black with #D7614C

Text Example


Text Example

White with #D7614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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