Html Css Color HEX #D56650 Flamingo

📋 copy color: '#D56650'

red 213 ◦ green 102 ◦ blue 80

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

Shades of Flamingo #D56650

Tints of Flamingo #D56650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.82%

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

R = 53.92%
G = 25.82%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D56650 (or 0xD56650) is known color: Flamingo. HEX triplet: D5, 66 and 50. RGB value is (213,102,80). Sum of RGB (Red+Green+Blue) = 213+102+80=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D56650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56650 is #2A99AF. Grayscale: #848484. Windows color (decimal): -2791856 or 5269205. OLE color: 5269205.

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

Color convert

RGB 213 102 80 -
CMYK 0 0.52 0.62 0.16
HSL 9.92º 0.61% 0.57% -
HSV(B) 9.92º 0.62% 0.84% -
XYZ 33.64 24.23 10.49 -
YUV 132.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 213 102 80 0 0.52 0.62 0.16 9.92 0.61 0.57
Hex D5 66 50 0 34 3E 10 A 3D 39
Octal 325 146 120 0 64 76 20 12 75 71
Binary 11010101 1100110 1010000 0 110100 111110 10000 1010 111101 111001

Color Harmonies of #D56650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56650

Black with #D56650

Text Example


Text Example

White with #D56650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56650; }

 p { color: rgb(213,102,80); }

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

background-color css

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

 a { background-color: rgb(213,102,80); }

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

border-color css

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

 span { border-color: rgb(213,102,80); }

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