Html Css Color HEX #D86552 Flamingo

📋 copy color: '#D86552'

red 216 ◦ green 101 ◦ blue 82

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

Shades of Flamingo #D86552

Tints of Flamingo #D86552

RGB

 RED value IS 216 (84.77% from 255) = 54.14%

 GREEN value IS 101 (39.84% from 255) = 25.31%

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

R = 54.14%
G = 25.31%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D86552 (or 0xD86552) is known color: Flamingo. HEX triplet: D8, 65 and 52. RGB value is (216,101,82). Sum of RGB (Red+Green+Blue) = 216+101+82=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D86552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86552 is #279AAD. Grayscale: #858585. Windows color (decimal): -2595502 or 5400024. OLE color: 5400024.

HSL color Cylindrical-coordinate representation of color #D86552: hue angle of 8.51º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D86552 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 101 82 -
CMYK 0 0.53 0.62 0.15
HSL 8.51º 0.63% 0.58% -
HSV(B) 8.51º 0.62% 0.85% -
XYZ 34.5 24.52 10.9 -
YUV 133.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 216 101 82 0 0.53 0.62 0.15 8.51 0.63 0.58
Hex D8 65 52 0 35 3E F 9 3F 3A
Octal 330 145 122 0 65 76 17 11 77 72
Binary 11011000 1100101 1010010 0 110101 111110 1111 1001 111111 111010

Color Harmonies of #D86552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86552

Black with #D86552

Text Example


Text Example

White with #D86552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86552; }

 p { color: rgb(216,101,82); }

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

background-color css

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

 a { background-color: rgb(216,101,82); }

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

border-color css

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

 span { border-color: rgb(216,101,82); }

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