Html Css Color HEX #D46752 Flamingo

📋 copy color: '#D46752'

red 212 ◦ green 103 ◦ blue 82

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

Shades of Flamingo #D46752

Tints of Flamingo #D46752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.65%

R = 53.4%
G = 25.94%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D46752 (or 0xD46752) is known color: Flamingo. HEX triplet: D4, 67 and 52. RGB value is (212,103,82). Sum of RGB (Red+Green+Blue) = 212+103+82=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D46752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46752 is #2B98AD. Grayscale: #858585. Windows color (decimal): -2857134 or 5400532. OLE color: 5400532.

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

Color convert

RGB 212 103 82 -
CMYK 0 0.51 0.61 0.17
HSL 9.69º 0.6% 0.58% -
HSV(B) 9.69º 0.61% 0.83% -
XYZ 33.52 24.31 10.91 -
YUV 133.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 212 103 82 0 0.51 0.61 0.17 9.69 0.6 0.58
Hex D4 67 52 0 33 3D 11 A 3C 3A
Octal 324 147 122 0 63 75 21 12 74 72
Binary 11010100 1100111 1010010 0 110011 111101 10001 1010 111100 111010

Color Harmonies of #D46752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46752

Black with #D46752

Text Example


Text Example

White with #D46752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46752; }

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

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

background-color css

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

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

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

border-color css

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

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

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