Html Css Color HEX #D86452 Flamingo

📋 copy color: '#D86452'

red 216 ◦ green 100 ◦ blue 82

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

Shades of Flamingo #D86452

Tints of Flamingo #D86452

RGB

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

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

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

R = 54.27%
G = 25.13%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D86452 (or 0xD86452) is known color: Flamingo. HEX triplet: D8, 64 and 52. RGB value is (216,100,82). Sum of RGB (Red+Green+Blue) = 216+100+82=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D86452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86452 is #279BAD. Grayscale: #848484. Windows color (decimal): -2595758 or 5399768. OLE color: 5399768.

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

Color convert

RGB 216 100 82 -
CMYK 0 0.54 0.62 0.15
HSL 8.06º 0.63% 0.58% -
HSV(B) 8.06º 0.62% 0.85% -
XYZ 34.4 24.32 10.86 -
YUV 132.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 216 100 82 0 0.54 0.62 0.15 8.06 0.63 0.58
Hex D8 64 52 0 36 3E F 8 3F 3A
Octal 330 144 122 0 66 76 17 10 77 72
Binary 11011000 1100100 1010010 0 110110 111110 1111 1000 111111 111010

Color Harmonies of #D86452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86452

Black with #D86452

Text Example


Text Example

White with #D86452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86452; }

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

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

background-color css

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

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

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

border-color css

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

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

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