Html Css Color HEX #D8614D Flamingo

📋 copy color: '#D8614D'

red 216 ◦ green 97 ◦ blue 77

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

Shades of Flamingo #D8614D

Tints of Flamingo #D8614D

RGB

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

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

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

R = 55.38%
G = 24.87%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8614D (or 0xD8614D) is known color: Flamingo. HEX triplet: D8, 61 and 4D. RGB value is (216,97,77). Sum of RGB (Red+Green+Blue) = 216+97+77=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8614D is #279EB2. Grayscale: #828282. Windows color (decimal): -2596531 or 5071320. OLE color: 5071320.

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

Color convert

RGB 216 97 77 -
CMYK 0 0.55 0.64 0.15
HSL 8.63º 0.64% 0.57% -
HSV(B) 8.63º 0.64% 0.85% -
XYZ 33.93 23.68 9.8 -
YUV 130.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 216 97 77 0 0.55 0.64 0.15 8.63 0.64 0.57
Hex D8 61 4D 0 37 40 F 9 40 39
Octal 330 141 115 0 67 100 17 11 100 71
Binary 11011000 1100001 1001101 0 110111 1000000 1111 1001 1000000 111001

Color Harmonies of #D8614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8614D

Black with #D8614D

Text Example


Text Example

White with #D8614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8614D; }

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

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

background-color css

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

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

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

border-color css

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

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

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