Html Css Color HEX #D56250 Flamingo

📋 copy color: '#D56250'

red 213 ◦ green 98 ◦ blue 80

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

Shades of Flamingo #D56250

Tints of Flamingo #D56250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.06%

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

R = 54.48%
G = 25.06%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D56250 (or 0xD56250) is known color: Flamingo. HEX triplet: D5, 62 and 50. RGB value is (213,98,80). Sum of RGB (Red+Green+Blue) = 213+98+80=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D56250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56250 is #2A9DAF. Grayscale: #828282. Windows color (decimal): -2792880 or 5268181. OLE color: 5268181.

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

Color convert

RGB 213 98 80 -
CMYK 0 0.54 0.62 0.16
HSL 8.12º 0.61% 0.57% -
HSV(B) 8.12º 0.62% 0.84% -
XYZ 33.26 23.46 10.36 -
YUV 130.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 213 98 80 0 0.54 0.62 0.16 8.12 0.61 0.57
Hex D5 62 50 0 36 3E 10 8 3D 39
Octal 325 142 120 0 66 76 20 10 75 71
Binary 11010101 1100010 1010000 0 110110 111110 10000 1000 111101 111001

Color Harmonies of #D56250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56250

Black with #D56250

Text Example


Text Example

White with #D56250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56250; }

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

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

background-color css

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

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

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

border-color css

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

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

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