Html Css Color HEX #DA634C Flamingo

📋 copy color: '#DA634C'

red 218 ◦ green 99 ◦ blue 76

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

Shades of Flamingo #DA634C

Tints of Flamingo #DA634C

RGB

 RED value IS 218 (85.55% from 255) = 55.47%

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

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

R = 55.47%
G = 25.19%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA634C (or 0xDA634C) is known color: Flamingo. HEX triplet: DA, 63 and 4C. RGB value is (218,99,76). Sum of RGB (Red+Green+Blue) = 218+99+76=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA634C is #259CB3. Grayscale: #848484. Windows color (decimal): -2464948 or 5006298. OLE color: 5006298.

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

Color convert

RGB 218 99 76 -
CMYK 0 0.55 0.65 0.15
HSL 9.72º 0.66% 0.58% -
HSV(B) 9.72º 0.65% 0.85% -
XYZ 34.68 24.35 9.71 -
YUV 131.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 218 99 76 0 0.55 0.65 0.15 9.72 0.66 0.58
Hex DA 63 4C 0 37 41 F A 42 3A
Octal 332 143 114 0 67 101 17 12 102 72
Binary 11011010 1100011 1001100 0 110111 1000001 1111 1010 1000010 111010

Color Harmonies of #DA634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA634C

Black with #DA634C

Text Example


Text Example

White with #DA634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA634C; }

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

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

background-color css

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

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

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

border-color css

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

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

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