Html Css Color HEX #D9634C Flamingo

📋 copy color: '#D9634C'

red 217 ◦ green 99 ◦ blue 76

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

Shades of Flamingo #D9634C

Tints of Flamingo #D9634C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.39%

R = 55.36%
G = 25.26%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9634C (or 0xD9634C) is known color: Flamingo. HEX triplet: D9, 63 and 4C. RGB value is (217,99,76). Sum of RGB (Red+Green+Blue) = 217+99+76=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9634C is #269CB3. Grayscale: #838383. Windows color (decimal): -2530484 or 5006297. OLE color: 5006297.

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

Color convert

RGB 217 99 76 -
CMYK 0 0.54 0.65 0.15
HSL 9.79º 0.65% 0.57% -
HSV(B) 9.79º 0.65% 0.85% -
XYZ 34.38 24.2 9.7 -
YUV 131.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 217 99 76 0 0.54 0.65 0.15 9.79 0.65 0.57
Hex D9 63 4C 0 36 41 F A 41 39
Octal 331 143 114 0 66 101 17 12 101 71
Binary 11011001 1100011 1001100 0 110110 1000001 1111 1010 1000001 111001

Color Harmonies of #D9634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9634C

Black with #D9634C

Text Example


Text Example

White with #D9634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9634C; }

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

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

background-color css

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

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

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

border-color css

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

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

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