Html Css Color HEX #D8654C Flamingo

📋 copy color: '#D8654C'

red 216 ◦ green 101 ◦ blue 76

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

Shades of Flamingo #D8654C

Tints of Flamingo #D8654C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.34%

R = 54.96%
G = 25.7%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8654C (or 0xD8654C) is known color: Flamingo. HEX triplet: D8, 65 and 4C. RGB value is (216,101,76). Sum of RGB (Red+Green+Blue) = 216+101+76=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8654C is #279AB3. Grayscale: #848484. Windows color (decimal): -2595508 or 5006808. OLE color: 5006808.

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

Color convert

RGB 216 101 76 -
CMYK 0 0.53 0.65 0.15
HSL 10.71º 0.64% 0.57% -
HSV(B) 10.71º 0.65% 0.85% -
XYZ 34.28 24.43 9.75 -
YUV 132.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 216 101 76 0 0.53 0.65 0.15 10.71 0.64 0.57
Hex D8 65 4C 0 35 41 F B 40 39
Octal 330 145 114 0 65 101 17 13 100 71
Binary 11011000 1100101 1001100 0 110101 1000001 1111 1011 1000000 111001

Color Harmonies of #D8654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8654C

Black with #D8654C

Text Example


Text Example

White with #D8654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8654C; }

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

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

background-color css

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

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

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

border-color css

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

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

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