Html Css Color HEX #D8634F Flamingo

📋 copy color: '#D8634F'

red 216 ◦ green 99 ◦ blue 79

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

Shades of Flamingo #D8634F

Tints of Flamingo #D8634F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.05%

R = 54.82%
G = 25.13%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8634F (or 0xD8634F) is known color: Flamingo. HEX triplet: D8, 63 and 4F. RGB value is (216,99,79). Sum of RGB (Red+Green+Blue) = 216+99+79=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8634F is #279CB0. Grayscale: #838383. Windows color (decimal): -2596017 or 5202904. OLE color: 5202904.

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

Color convert

RGB 216 99 79 -
CMYK 0 0.54 0.63 0.15
HSL 8.76º 0.64% 0.58% -
HSV(B) 8.76º 0.63% 0.85% -
XYZ 34.19 24.09 10.24 -
YUV 131.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 216 99 79 0 0.54 0.63 0.15 8.76 0.64 0.58
Hex D8 63 4F 0 36 3F F 9 40 3A
Octal 330 143 117 0 66 77 17 11 100 72
Binary 11011000 1100011 1001111 0 110110 111111 1111 1001 1000000 111010

Color Harmonies of #D8634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8634F

Black with #D8634F

Text Example


Text Example

White with #D8634F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8634F; }

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

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

background-color css

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

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

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

border-color css

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

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

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