Html Css Color HEX #D86453 Flamingo

📋 copy color: '#D86453'

red 216 ◦ green 100 ◦ blue 83

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

Shades of Flamingo #D86453

Tints of Flamingo #D86453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.8%

R = 54.14%
G = 25.06%
B = 20.8%

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

#D86453 (or 0xD86453) is known color: Flamingo. HEX triplet: D8, 64 and 53. RGB value is (216,100,83). Sum of RGB (Red+Green+Blue) = 216+100+83=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D86453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86453 is #279BAC. Grayscale: #848484. Windows color (decimal): -2595757 or 5465304. OLE color: 5465304.

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

Color convert

RGB 216 100 83 -
CMYK 0 0.54 0.62 0.15
HSL 7.67º 0.63% 0.59% -
HSV(B) 7.67º 0.62% 0.85% -
XYZ 34.44 24.34 11.07 -
YUV 132.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 216 100 83 0 0.54 0.62 0.15 7.67 0.63 0.59
Hex D8 64 53 0 36 3E F 8 3F 3B
Octal 330 144 123 0 66 76 17 10 77 73
Binary 11011000 1100100 1010011 0 110110 111110 1111 1000 111111 111011

Color Harmonies of #D86453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86453

Black with #D86453

Text Example


Text Example

White with #D86453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86453; }

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

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

background-color css

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

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

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

border-color css

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

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

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