Html Css Color HEX #D86348 Flamingo

📋 copy color: '#D86348'

red 216 ◦ green 99 ◦ blue 72

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

Shades of Flamingo #D86348

Tints of Flamingo #D86348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.58%

 BLUE value IS 72 (28.52% from 255) = 18.6%

R = 55.81%
G = 25.58%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D86348 (or 0xD86348) is known color: Flamingo. HEX triplet: D8, 63 and 48. RGB value is (216,99,72). Sum of RGB (Red+Green+Blue) = 216+99+72=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D86348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86348 is #279CB7. Grayscale: #838383. Windows color (decimal): -2596024 or 4744152. OLE color: 4744152.

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

Color convert

RGB 216 99 72 -
CMYK 0 0.54 0.67 0.15
HSL 11.25º 0.65% 0.56% -
HSV(B) 11.25º 0.67% 0.85% -
XYZ 33.95 23.99 8.97 -
YUV 130.91 94.76 188.7 -
System Red Green Blue C M Y K H S L
Decimal 216 99 72 0 0.54 0.67 0.15 11.25 0.65 0.56
Hex D8 63 48 0 36 43 F B 41 38
Octal 330 143 110 0 66 103 17 13 101 70
Binary 11011000 1100011 1001000 0 110110 1000011 1111 1011 1000001 111000

Color Harmonies of #D86348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86348

Black with #D86348

Text Example


Text Example

White with #D86348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86348; }

 p { color: rgb(216,99,72); }

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

background-color css

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

 a { background-color: rgb(216,99,72); }

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

border-color css

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

 span { border-color: rgb(216,99,72); }

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