Html Css Color HEX #D46450 Flamingo

📋 copy color: '#D46450'

red 212 ◦ green 100 ◦ blue 80

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

Shades of Flamingo #D46450

Tints of Flamingo #D46450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.51%

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

R = 54.08%
G = 25.51%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D46450 (or 0xD46450) is known color: Flamingo. HEX triplet: D4, 64 and 50. RGB value is (212,100,80). Sum of RGB (Red+Green+Blue) = 212+100+80=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D46450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46450 is #2B9BAF. Grayscale: #838383. Windows color (decimal): -2857904 or 5268692. OLE color: 5268692.

HSL color Cylindrical-coordinate representation of color #D46450: hue angle of 9.09º 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 #D46450 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 80 -
CMYK 0 0.53 0.62 0.17
HSL 9.09º 0.61% 0.57% -
HSV(B) 9.09º 0.62% 0.83% -
XYZ 33.16 23.69 10.41 -
YUV 131.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 212 100 80 0 0.53 0.62 0.17 9.09 0.61 0.57
Hex D4 64 50 0 35 3E 11 9 3D 39
Octal 324 144 120 0 65 76 21 11 75 71
Binary 11010100 1100100 1010000 0 110101 111110 10001 1001 111101 111001

Color Harmonies of #D46450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46450

Black with #D46450

Text Example


Text Example

White with #D46450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46450; }

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

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

background-color css

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

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

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

border-color css

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

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

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