Html Css Color HEX #D46550 Flamingo

📋 copy color: '#D46550'

red 212 ◦ green 101 ◦ blue 80

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

Shades of Flamingo #D46550

Tints of Flamingo #D46550

RGB

 RED value IS 212 (83.2% from 255) = 53.94%

 GREEN value IS 101 (39.84% from 255) = 25.7%

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 53.94%
G = 25.7%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D46550 (or 0xD46550) is known color: Flamingo. HEX triplet: D4, 65 and 50. RGB value is (212,101,80). Sum of RGB (Red+Green+Blue) = 212+101+80=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D46550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46550 is #2B9AAF. Grayscale: #838383. Windows color (decimal): -2857648 or 5268948. OLE color: 5268948.

HSL color Cylindrical-coordinate representation of color #D46550: hue angle of 9.55º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D46550 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 101 80 -
CMYK 0 0.52 0.62 0.17
HSL 9.55º 0.61% 0.57% -
HSV(B) 9.55º 0.62% 0.83% -
XYZ 33.25 23.88 10.45 -
YUV 131.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 212 101 80 0 0.52 0.62 0.17 9.55 0.61 0.57
Hex D4 65 50 0 34 3E 11 A 3D 39
Octal 324 145 120 0 64 76 21 12 75 71
Binary 11010100 1100101 1010000 0 110100 111110 10001 1010 111101 111001

Color Harmonies of #D46550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46550

Black with #D46550

Text Example


Text Example

White with #D46550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46550; }

 p { color: rgb(212,101,80); }

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

background-color css

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

 a { background-color: rgb(212,101,80); }

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

border-color css

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

 span { border-color: rgb(212,101,80); }

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