Html Css Color HEX #D6684C Flamingo

📋 copy color: '#D6684C'

red 214 ◦ green 104 ◦ blue 76

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

Shades of Flamingo #D6684C

Tints of Flamingo #D6684C

RGB

 RED value IS 214 (83.98% from 255) = 54.31%

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

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

R = 54.31%
G = 26.4%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6684C (or 0xD6684C) is known color: Flamingo. HEX triplet: D6, 68 and 4C. RGB value is (214,104,76). Sum of RGB (Red+Green+Blue) = 214+104+76=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6684C is #2997B3. Grayscale: #858585. Windows color (decimal): -2725812 or 5007574. OLE color: 5007574.

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

Color convert

RGB 214 104 76 -
CMYK 0 0.51 0.64 0.16
HSL 12.17º 0.63% 0.57% -
HSV(B) 12.17º 0.64% 0.84% -
XYZ 33.99 24.72 9.82 -
YUV 133.7 95.44 185.28 -
System Red Green Blue C M Y K H S L
Decimal 214 104 76 0 0.51 0.64 0.16 12.17 0.63 0.57
Hex D6 68 4C 0 33 40 10 C 3F 39
Octal 326 150 114 0 63 100 20 14 77 71
Binary 11010110 1101000 1001100 0 110011 1000000 10000 1100 111111 111001

Color Harmonies of #D6684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6684C

Black with #D6684C

Text Example


Text Example

White with #D6684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6684C; }

 p { color: rgb(214,104,76); }

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

background-color css

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

 a { background-color: rgb(214,104,76); }

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

border-color css

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

 span { border-color: rgb(214,104,76); }

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