Html Css Color HEX #D8664F Flamingo

📋 copy color: '#D8664F'

red 216 ◦ green 102 ◦ blue 79

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

Shades of Flamingo #D8664F

Tints of Flamingo #D8664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

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

R = 54.41%
G = 25.69%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8664F (or 0xD8664F) is known color: Flamingo. HEX triplet: D8, 66 and 4F. RGB value is (216,102,79). Sum of RGB (Red+Green+Blue) = 216+102+79=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8664F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8664F is #2799B0. Grayscale: #858585. Windows color (decimal): -2595249 or 5203672. OLE color: 5203672.

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

Color convert

RGB 216 102 79 -
CMYK 0 0.53 0.63 0.15
HSL 10.07º 0.64% 0.58% -
HSV(B) 10.07º 0.63% 0.85% -
XYZ 34.48 24.67 10.34 -
YUV 133.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 216 102 79 0 0.53 0.63 0.15 10.07 0.64 0.58
Hex D8 66 4F 0 35 3F F A 40 3A
Octal 330 146 117 0 65 77 17 12 100 72
Binary 11011000 1100110 1001111 0 110101 111111 1111 1010 1000000 111010

Color Harmonies of #D8664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8664F

Black with #D8664F

Text Example


Text Example

White with #D8664F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8664F; }

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

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

background-color css

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

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

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

border-color css

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

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

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