Html Css Color HEX #D56951 Flamingo

📋 copy color: '#D56951'

red 213 ◦ green 105 ◦ blue 81

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

Shades of Flamingo #D56951

Tints of Flamingo #D56951

RGB

 RED value IS 213 (83.59% from 255) = 53.38%

 GREEN value IS 105 (41.41% from 255) = 26.32%

 BLUE value IS 81 (32.03% from 255) = 20.3%

R = 53.38%
G = 26.32%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D56951 (or 0xD56951) is known color: Flamingo. HEX triplet: D5, 69 and 51. RGB value is (213,105,81). Sum of RGB (Red+Green+Blue) = 213+105+81=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D56951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56951 is #2A96AE. Grayscale: #868686. Windows color (decimal): -2791087 or 5335509. OLE color: 5335509.

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

Color convert

RGB 213 105 81 -
CMYK 0 0.51 0.62 0.16
HSL 10.91º 0.61% 0.58% -
HSV(B) 10.91º 0.62% 0.84% -
XYZ 33.98 24.84 10.79 -
YUV 134.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 213 105 81 0 0.51 0.62 0.16 10.91 0.61 0.58
Hex D5 69 51 0 33 3E 10 B 3D 3A
Octal 325 151 121 0 63 76 20 13 75 72
Binary 11010101 1101001 1010001 0 110011 111110 10000 1011 111101 111010

Color Harmonies of #D56951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56951

Black with #D56951

Text Example


Text Example

White with #D56951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56951; }

 p { color: rgb(213,105,81); }

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

background-color css

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

 a { background-color: rgb(213,105,81); }

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

border-color css

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

 span { border-color: rgb(213,105,81); }

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