Html Css Color HEX #D6664A Flamingo

📋 copy color: '#D6664A'

red 214 ◦ green 102 ◦ blue 74

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

Shades of Flamingo #D6664A

Tints of Flamingo #D6664A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.97%

R = 54.87%
G = 26.15%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6664A (or 0xD6664A) is known color: Flamingo. HEX triplet: D6, 66 and 4A. RGB value is (214,102,74). Sum of RGB (Red+Green+Blue) = 214+102+74=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6664A is #2999B5. Grayscale: #848484. Windows color (decimal): -2726326 or 4875990. OLE color: 4875990.

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

Color convert

RGB 214 102 74 -
CMYK 0 0.52 0.65 0.16
HSL 12º 0.63% 0.56% -
HSV(B) 12º 0.65% 0.84% -
XYZ 33.72 24.29 9.39 -
YUV 132.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 214 102 74 0 0.52 0.65 0.16 12 0.63 0.56
Hex D6 66 4A 0 34 41 10 C 3F 38
Octal 326 146 112 0 64 101 20 14 77 70
Binary 11010110 1100110 1001010 0 110100 1000001 10000 1100 111111 111000

Color Harmonies of #D6664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6664A

Black with #D6664A

Text Example


Text Example

White with #D6664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6664A; }

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

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

background-color css

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

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

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

border-color css

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

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

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