Html Css Color HEX #D9664F Flamingo

📋 copy color: '#D9664F'

red 217 ◦ green 102 ◦ blue 79

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

Shades of Flamingo #D9664F

Tints of Flamingo #D9664F

RGB

 RED value IS 217 (85.16% from 255) = 54.52%

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

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

R = 54.52%
G = 25.63%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9664F (or 0xD9664F) is known color: Flamingo. HEX triplet: D9, 66 and 4F. RGB value is (217,102,79). Sum of RGB (Red+Green+Blue) = 217+102+79=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9664F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9664F is #2699B0. Grayscale: #858585. Windows color (decimal): -2529713 or 5203673. OLE color: 5203673.

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

Color convert

RGB 217 102 79 -
CMYK 0 0.53 0.64 0.15
HSL 10º 0.64% 0.58% -
HSV(B) 10º 0.64% 0.85% -
XYZ 34.78 24.82 10.35 -
YUV 133.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 217 102 79 0 0.53 0.64 0.15 10 0.64 0.58
Hex D9 66 4F 0 35 40 F A 40 3A
Octal 331 146 117 0 65 100 17 12 100 72
Binary 11011001 1100110 1001111 0 110101 1000000 1111 1010 1000000 111010

Color Harmonies of #D9664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9664F

Black with #D9664F

Text Example


Text Example

White with #D9664F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9664F; }

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

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

background-color css

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

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

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

border-color css

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

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

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