Html Css Color HEX #D56450 Flamingo

📋 copy color: '#D56450'

red 213 ◦ green 100 ◦ blue 80

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

Shades of Flamingo #D56450

Tints of Flamingo #D56450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

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

R = 54.2%
G = 25.45%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D56450 (or 0xD56450) is known color: Flamingo. HEX triplet: D5, 64 and 50. RGB value is (213,100,80). Sum of RGB (Red+Green+Blue) = 213+100+80=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D56450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56450 is #2A9BAF. Grayscale: #838383. Windows color (decimal): -2792368 or 5268693. OLE color: 5268693.

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

Color convert

RGB 213 100 80 -
CMYK 0 0.53 0.62 0.16
HSL 9.02º 0.61% 0.57% -
HSV(B) 9.02º 0.62% 0.84% -
XYZ 33.45 23.84 10.43 -
YUV 131.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 213 100 80 0 0.53 0.62 0.16 9.02 0.61 0.57
Hex D5 64 50 0 35 3E 10 9 3D 39
Octal 325 144 120 0 65 76 20 11 75 71
Binary 11010101 1100100 1010000 0 110101 111110 10000 1001 111101 111001

Color Harmonies of #D56450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56450

Black with #D56450

Text Example


Text Example

White with #D56450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56450; }

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

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

background-color css

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

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

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

border-color css

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

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

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