Html Css Color HEX #D56652 Flamingo

📋 copy color: '#D56652'

red 213 ◦ green 102 ◦ blue 82

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

Shades of Flamingo #D56652

Tints of Flamingo #D56652

RGB

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

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

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

R = 53.65%
G = 25.69%
B = 20.65%

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

#D56652 (or 0xD56652) is known color: Flamingo. HEX triplet: D5, 66 and 52. RGB value is (213,102,82). Sum of RGB (Red+Green+Blue) = 213+102+82=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D56652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56652 is #2A99AD. Grayscale: #858585. Windows color (decimal): -2791854 or 5400277. OLE color: 5400277.

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

Color convert

RGB 213 102 82 -
CMYK 0 0.52 0.62 0.16
HSL 9.16º 0.61% 0.58% -
HSV(B) 9.16º 0.62% 0.84% -
XYZ 33.71 24.26 10.89 -
YUV 132.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 213 102 82 0 0.52 0.62 0.16 9.16 0.61 0.58
Hex D5 66 52 0 34 3E 10 9 3D 3A
Octal 325 146 122 0 64 76 20 11 75 72
Binary 11010101 1100110 1010010 0 110100 111110 10000 1001 111101 111010

Color Harmonies of #D56652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56652

Black with #D56652

Text Example


Text Example

White with #D56652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56652; }

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

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

background-color css

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

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

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

border-color css

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

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

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