Html Css Color HEX #D66649 Flamingo

📋 copy color: '#D66649'

red 214 ◦ green 102 ◦ blue 73

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

Shades of Flamingo #D66649

Tints of Flamingo #D66649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.77%

R = 55.01%
G = 26.22%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D66649 (or 0xD66649) is known color: Flamingo. HEX triplet: D6, 66 and 49. RGB value is (214,102,73). Sum of RGB (Red+Green+Blue) = 214+102+73=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D66649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66649 is #2999B6. Grayscale: #848484. Windows color (decimal): -2726327 or 4810454. OLE color: 4810454.

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

Color convert

RGB 214 102 73 -
CMYK 0 0.52 0.66 0.16
HSL 12.34º 0.63% 0.56% -
HSV(B) 12.34º 0.66% 0.84% -
XYZ 33.69 24.28 9.21 -
YUV 132.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 214 102 73 0 0.52 0.66 0.16 12.34 0.63 0.56
Hex D6 66 49 0 34 42 10 C 3F 38
Octal 326 146 111 0 64 102 20 14 77 70
Binary 11010110 1100110 1001001 0 110100 1000010 10000 1100 111111 111000

Color Harmonies of #D66649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66649

Black with #D66649

Text Example


Text Example

White with #D66649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66649; }

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

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

background-color css

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

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

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

border-color css

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

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

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