Html Css Color HEX #D9654F Flamingo

📋 copy color: '#D9654F'

red 217 ◦ green 101 ◦ blue 79

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

Shades of Flamingo #D9654F

Tints of Flamingo #D9654F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

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

R = 54.66%
G = 25.44%
B = 19.9%

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

#D9654F (or 0xD9654F) is known color: Flamingo. HEX triplet: D9, 65 and 4F. RGB value is (217,101,79). Sum of RGB (Red+Green+Blue) = 217+101+79=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9654F is #269AB0. Grayscale: #858585. Windows color (decimal): -2529969 or 5203417. OLE color: 5203417.

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

Color convert

RGB 217 101 79 -
CMYK 0 0.53 0.64 0.15
HSL 9.57º 0.64% 0.58% -
HSV(B) 9.57º 0.64% 0.85% -
XYZ 34.68 24.62 10.32 -
YUV 133.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 217 101 79 0 0.53 0.64 0.15 9.57 0.64 0.58
Hex D9 65 4F 0 35 40 F A 40 3A
Octal 331 145 117 0 65 100 17 12 100 72
Binary 11011001 1100101 1001111 0 110101 1000000 1111 1010 1000000 111010

Color Harmonies of #D9654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9654F

Black with #D9654F

Text Example


Text Example

White with #D9654F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9654F; }

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

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

background-color css

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

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

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

border-color css

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

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

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