Html Css Color HEX #D8674E Flamingo

📋 copy color: '#D8674E'

red 216 ◦ green 103 ◦ blue 78

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

Shades of Flamingo #D8674E

Tints of Flamingo #D8674E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.94%

 BLUE value IS 78 (30.86% from 255) = 19.65%

R = 54.41%
G = 25.94%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8674E (or 0xD8674E) is known color: Flamingo. HEX triplet: D8, 67 and 4E. RGB value is (216,103,78). Sum of RGB (Red+Green+Blue) = 216+103+78=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8674E is #2798B1. Grayscale: #868686. Windows color (decimal): -2594994 or 5138392. OLE color: 5138392.

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

Color convert

RGB 216 103 78 -
CMYK 0 0.52 0.64 0.15
HSL 10.87º 0.64% 0.58% -
HSV(B) 10.87º 0.64% 0.85% -
XYZ 34.54 24.85 10.18 -
YUV 133.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 216 103 78 0 0.52 0.64 0.15 10.87 0.64 0.58
Hex D8 67 4E 0 34 40 F B 40 3A
Octal 330 147 116 0 64 100 17 13 100 72
Binary 11011000 1100111 1001110 0 110100 1000000 1111 1011 1000000 111010

Color Harmonies of #D8674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8674E

Black with #D8674E

Text Example


Text Example

White with #D8674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8674E; }

 p { color: rgb(216,103,78); }

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

background-color css

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

 a { background-color: rgb(216,103,78); }

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

border-color css

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

 span { border-color: rgb(216,103,78); }

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