Html Css Color HEX #D46750 Flamingo

📋 copy color: '#D46750'

red 212 ◦ green 103 ◦ blue 80

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

Shades of Flamingo #D46750

Tints of Flamingo #D46750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.08%

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

R = 53.67%
G = 26.08%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D46750 (or 0xD46750) is known color: Flamingo. HEX triplet: D4, 67 and 50. RGB value is (212,103,80). Sum of RGB (Red+Green+Blue) = 212+103+80=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D46750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46750 is #2B98AF. Grayscale: #858585. Windows color (decimal): -2857136 or 5269460. OLE color: 5269460.

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

Color convert

RGB 212 103 80 -
CMYK 0 0.51 0.62 0.17
HSL 10.45º 0.61% 0.57% -
HSV(B) 10.45º 0.62% 0.83% -
XYZ 33.45 24.28 10.51 -
YUV 132.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 212 103 80 0 0.51 0.62 0.17 10.45 0.61 0.57
Hex D4 67 50 0 33 3E 11 A 3D 39
Octal 324 147 120 0 63 76 21 12 75 71
Binary 11010100 1100111 1010000 0 110011 111110 10001 1010 111101 111001

Color Harmonies of #D46750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46750

Black with #D46750

Text Example


Text Example

White with #D46750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46750; }

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

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

background-color css

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

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

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

border-color css

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

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

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