Html Css Color HEX #D6664C Flamingo

📋 copy color: '#D6664C'

red 214 ◦ green 102 ◦ blue 76

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

Shades of Flamingo #D6664C

Tints of Flamingo #D6664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.02%

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

R = 54.59%
G = 26.02%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6664C (or 0xD6664C) is known color: Flamingo. HEX triplet: D6, 66 and 4C. RGB value is (214,102,76). Sum of RGB (Red+Green+Blue) = 214+102+76=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6664C is #2999B3. Grayscale: #848484. Windows color (decimal): -2726324 or 5007062. OLE color: 5007062.

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

Color convert

RGB 214 102 76 -
CMYK 0 0.52 0.64 0.16
HSL 11.3º 0.63% 0.57% -
HSV(B) 11.3º 0.64% 0.84% -
XYZ 33.79 24.32 9.75 -
YUV 132.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 214 102 76 0 0.52 0.64 0.16 11.3 0.63 0.57
Hex D6 66 4C 0 34 40 10 B 3F 39
Octal 326 146 114 0 64 100 20 13 77 71
Binary 11010110 1100110 1001100 0 110100 1000000 10000 1011 111111 111001

Color Harmonies of #D6664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6664C

Black with #D6664C

Text Example


Text Example

White with #D6664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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