Html Css Color HEX #D6684D Flamingo

📋 copy color: '#D6684D'

red 214 ◦ green 104 ◦ blue 77

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

Shades of Flamingo #D6684D

Tints of Flamingo #D6684D

RGB

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

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

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

R = 54.18%
G = 26.33%
B = 19.49%

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

#D6684D (or 0xD6684D) is known color: Flamingo. HEX triplet: D6, 68 and 4D. RGB value is (214,104,77). Sum of RGB (Red+Green+Blue) = 214+104+77=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6684D is #2997B2. Grayscale: #868686. Windows color (decimal): -2725811 or 5073110. OLE color: 5073110.

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

Color convert

RGB 214 104 77 -
CMYK 0 0.51 0.64 0.16
HSL 11.82º 0.63% 0.57% -
HSV(B) 11.82º 0.64% 0.84% -
XYZ 34.02 24.73 10 -
YUV 133.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 214 104 77 0 0.51 0.64 0.16 11.82 0.63 0.57
Hex D6 68 4D 0 33 40 10 C 3F 39
Octal 326 150 115 0 63 100 20 14 77 71
Binary 11010110 1101000 1001101 0 110011 1000000 10000 1100 111111 111001

Color Harmonies of #D6684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6684D

Black with #D6684D

Text Example


Text Example

White with #D6684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6684D; }

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

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

background-color css

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

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

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

border-color css

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

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

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