Html Css Color HEX #D8634D Flamingo

📋 copy color: '#D8634D'

red 216 ◦ green 99 ◦ blue 77

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

Shades of Flamingo #D8634D

Tints of Flamingo #D8634D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.64%

R = 55.1%
G = 25.26%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8634D (or 0xD8634D) is known color: Flamingo. HEX triplet: D8, 63 and 4D. RGB value is (216,99,77). Sum of RGB (Red+Green+Blue) = 216+99+77=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8634D is #279CB2. Grayscale: #838383. Windows color (decimal): -2596019 or 5071832. OLE color: 5071832.

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

Color convert

RGB 216 99 77 -
CMYK 0 0.54 0.64 0.15
HSL 9.5º 0.64% 0.57% -
HSV(B) 9.5º 0.64% 0.85% -
XYZ 34.12 24.06 9.87 -
YUV 131.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 216 99 77 0 0.54 0.64 0.15 9.5 0.64 0.57
Hex D8 63 4D 0 36 40 F 9 40 39
Octal 330 143 115 0 66 100 17 11 100 71
Binary 11011000 1100011 1001101 0 110110 1000000 1111 1001 1000000 111001

Color Harmonies of #D8634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8634D

Black with #D8634D

Text Example


Text Example

White with #D8634D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8634D; }

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

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

background-color css

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

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

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

border-color css

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

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

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