Html Css Color HEX #D56750 Flamingo

📋 copy color: '#D56750'

red 213 ◦ green 103 ◦ blue 80

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

Shades of Flamingo #D56750

Tints of Flamingo #D56750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.01%

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

R = 53.79%
G = 26.01%
B = 20.2%

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

#D56750 (or 0xD56750) is known color: Flamingo. HEX triplet: D5, 67 and 50. RGB value is (213,103,80). Sum of RGB (Red+Green+Blue) = 213+103+80=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D56750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56750 is #2A98AF. Grayscale: #858585. Windows color (decimal): -2791600 or 5269461. OLE color: 5269461.

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

Color convert

RGB 213 103 80 -
CMYK 0 0.52 0.62 0.16
HSL 10.38º 0.61% 0.57% -
HSV(B) 10.38º 0.62% 0.84% -
XYZ 33.74 24.43 10.53 -
YUV 133.27 97.94 184.87 -
System Red Green Blue C M Y K H S L
Decimal 213 103 80 0 0.52 0.62 0.16 10.38 0.61 0.57
Hex D5 67 50 0 34 3E 10 A 3D 39
Octal 325 147 120 0 64 76 20 12 75 71
Binary 11010101 1100111 1010000 0 110100 111110 10000 1010 111101 111001

Color Harmonies of #D56750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56750

Black with #D56750

Text Example


Text Example

White with #D56750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56750; }

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

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

background-color css

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

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

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

border-color css

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

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

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