Html Css Color HEX #D56852 Flamingo

📋 copy color: '#D56852'

red 213 ◦ green 104 ◦ blue 82

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

Shades of Flamingo #D56852

Tints of Flamingo #D56852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.07%

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

R = 53.38%
G = 26.07%
B = 20.55%

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

#D56852 (or 0xD56852) is known color: Flamingo. HEX triplet: D5, 68 and 52. RGB value is (213,104,82). Sum of RGB (Red+Green+Blue) = 213+104+82=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D56852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56852 is #2A97AD. Grayscale: #868686. Windows color (decimal): -2791342 or 5400789. OLE color: 5400789.

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

Color convert

RGB 213 104 82 -
CMYK 0 0.51 0.62 0.16
HSL 10.08º 0.61% 0.58% -
HSV(B) 10.08º 0.62% 0.84% -
XYZ 33.91 24.66 10.95 -
YUV 134.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 213 104 82 0 0.51 0.62 0.16 10.08 0.61 0.58
Hex D5 68 52 0 33 3E 10 A 3D 3A
Octal 325 150 122 0 63 76 20 12 75 72
Binary 11010101 1101000 1010010 0 110011 111110 10000 1010 111101 111010

Color Harmonies of #D56852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56852

Black with #D56852

Text Example


Text Example

White with #D56852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56852; }

 p { color: rgb(213,104,82); }

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

background-color css

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

 a { background-color: rgb(213,104,82); }

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

border-color css

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

 span { border-color: rgb(213,104,82); }

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