Html Css Color HEX #D9634A Flamingo

📋 copy color: '#D9634A'

red 217 ◦ green 99 ◦ blue 74

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

Shades of Flamingo #D9634A

Tints of Flamingo #D9634A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.97%

R = 55.64%
G = 25.38%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9634A (or 0xD9634A) is known color: Flamingo. HEX triplet: D9, 63 and 4A. RGB value is (217,99,74). Sum of RGB (Red+Green+Blue) = 217+99+74=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9634A is #269CB5. Grayscale: #838383. Windows color (decimal): -2530486 or 4875225. OLE color: 4875225.

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

Color convert

RGB 217 99 74 -
CMYK 0 0.54 0.66 0.15
HSL 10.49º 0.65% 0.57% -
HSV(B) 10.49º 0.66% 0.85% -
XYZ 34.31 24.17 9.34 -
YUV 131.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 217 99 74 0 0.54 0.66 0.15 10.49 0.65 0.57
Hex D9 63 4A 0 36 42 F A 41 39
Octal 331 143 112 0 66 102 17 12 101 71
Binary 11011001 1100011 1001010 0 110110 1000010 1111 1010 1000001 111001

Color Harmonies of #D9634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9634A

Black with #D9634A

Text Example


Text Example

White with #D9634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9634A; }

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

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

background-color css

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

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

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

border-color css

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

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

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