Html Css Color HEX #D8634C Flamingo

📋 copy color: '#D8634C'

red 216 ◦ green 99 ◦ blue 76

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

Shades of Flamingo #D8634C

Tints of Flamingo #D8634C

RGB

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

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

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

R = 55.24%
G = 25.32%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8634C (or 0xD8634C) is known color: Flamingo. HEX triplet: D8, 63 and 4C. RGB value is (216,99,76). Sum of RGB (Red+Green+Blue) = 216+99+76=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8634C is #279CB3. Grayscale: #838383. Windows color (decimal): -2596020 or 5006296. OLE color: 5006296.

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

Color convert

RGB 216 99 76 -
CMYK 0 0.54 0.65 0.15
HSL 9.86º 0.64% 0.57% -
HSV(B) 9.86º 0.65% 0.85% -
XYZ 34.09 24.04 9.68 -
YUV 131.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 216 99 76 0 0.54 0.65 0.15 9.86 0.64 0.57
Hex D8 63 4C 0 36 41 F A 40 39
Octal 330 143 114 0 66 101 17 12 100 71
Binary 11011000 1100011 1001100 0 110110 1000001 1111 1010 1000000 111001

Color Harmonies of #D8634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8634C

Black with #D8634C

Text Example


Text Example

White with #D8634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8634C; }

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

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

background-color css

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

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

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

border-color css

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

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

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