Html Css Color HEX #D8684D Flamingo

📋 copy color: '#D8684D'

red 216 ◦ green 104 ◦ blue 77

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

Shades of Flamingo #D8684D

Tints of Flamingo #D8684D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.2%

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

R = 54.41%
G = 26.2%
B = 19.4%

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

#D8684D (or 0xD8684D) is known color: Flamingo. HEX triplet: D8, 68 and 4D. RGB value is (216,104,77). Sum of RGB (Red+Green+Blue) = 216+104+77=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8684D is #2797B2. Grayscale: #868686. Windows color (decimal): -2594739 or 5073112. OLE color: 5073112.

HSL color Cylindrical-coordinate representation of color #D8684D: hue angle of 11.65º 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 #D8684D is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 104 77 -
CMYK 0 0.52 0.64 0.15
HSL 11.65º 0.64% 0.57% -
HSV(B) 11.65º 0.64% 0.85% -
XYZ 34.61 25.04 10.03 -
YUV 134.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 216 104 77 0 0.52 0.64 0.15 11.65 0.64 0.57
Hex D8 68 4D 0 34 40 F C 40 39
Octal 330 150 115 0 64 100 17 14 100 71
Binary 11011000 1101000 1001101 0 110100 1000000 1111 1100 1000000 111001

Color Harmonies of #D8684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8684D

Black with #D8684D

Text Example


Text Example

White with #D8684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8684D; }

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

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

background-color css

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

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

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

border-color css

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

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

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