Html Css Color HEX #D9634F Flamingo

📋 copy color: '#D9634F'

red 217 ◦ green 99 ◦ blue 79

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

Shades of Flamingo #D9634F

Tints of Flamingo #D9634F

RGB

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

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

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

R = 54.94%
G = 25.06%
B = 20%

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

#D9634F (or 0xD9634F) is known color: Flamingo. HEX triplet: D9, 63 and 4F. RGB value is (217,99,79). Sum of RGB (Red+Green+Blue) = 217+99+79=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9634F is #269CB0. Grayscale: #848484. Windows color (decimal): -2530481 or 5202905. OLE color: 5202905.

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

Color convert

RGB 217 99 79 -
CMYK 0 0.54 0.64 0.15
HSL 8.7º 0.64% 0.58% -
HSV(B) 8.7º 0.64% 0.85% -
XYZ 34.49 24.24 10.26 -
YUV 132 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 217 99 79 0 0.54 0.64 0.15 8.7 0.64 0.58
Hex D9 63 4F 0 36 40 F 9 40 3A
Octal 331 143 117 0 66 100 17 11 100 72
Binary 11011001 1100011 1001111 0 110110 1000000 1111 1001 1000000 111010

Color Harmonies of #D9634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9634F

Black with #D9634F

Text Example


Text Example

White with #D9634F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9634F; }

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

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

background-color css

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

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

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

border-color css

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

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

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