Html Css Color HEX #D8614A Flamingo

📋 copy color: '#D8614A'

red 216 ◦ green 97 ◦ blue 74

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

Shades of Flamingo #D8614A

Tints of Flamingo #D8614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 55.81%
G = 25.06%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8614A (or 0xD8614A) is known color: Flamingo. HEX triplet: D8, 61 and 4A. RGB value is (216,97,74). Sum of RGB (Red+Green+Blue) = 216+97+74=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D8614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8614A is #279EB5. Grayscale: #828282. Windows color (decimal): -2596534 or 4874712. OLE color: 4874712.

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

Color convert

RGB 216 97 74 -
CMYK 0 0.55 0.66 0.15
HSL 9.72º 0.65% 0.57% -
HSV(B) 9.72º 0.66% 0.85% -
XYZ 33.83 23.64 9.26 -
YUV 129.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 216 97 74 0 0.55 0.66 0.15 9.72 0.65 0.57
Hex D8 61 4A 0 37 42 F A 41 39
Octal 330 141 112 0 67 102 17 12 101 71
Binary 11011000 1100001 1001010 0 110111 1000010 1111 1010 1000001 111001

Color Harmonies of #D8614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8614A

Black with #D8614A

Text Example


Text Example

White with #D8614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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