Html Css Color HEX #DA664C Flamingo

📋 copy color: '#DA664C'

red 218 ◦ green 102 ◦ blue 76

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

Shades of Flamingo #DA664C

Tints of Flamingo #DA664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.76%

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

R = 55.05%
G = 25.76%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA664C (or 0xDA664C) is known color: Flamingo. HEX triplet: DA, 66 and 4C. RGB value is (218,102,76). Sum of RGB (Red+Green+Blue) = 218+102+76=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA664C is #2599B3. Grayscale: #858585. Windows color (decimal): -2464180 or 5007066. OLE color: 5007066.

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

Color convert

RGB 218 102 76 -
CMYK 0 0.53 0.65 0.15
HSL 10.99º 0.66% 0.58% -
HSV(B) 10.99º 0.65% 0.85% -
XYZ 34.97 24.93 9.81 -
YUV 133.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 218 102 76 0 0.53 0.65 0.15 10.99 0.66 0.58
Hex DA 66 4C 0 35 41 F B 42 3A
Octal 332 146 114 0 65 101 17 13 102 72
Binary 11011010 1100110 1001100 0 110101 1000001 1111 1011 1000010 111010

Color Harmonies of #DA664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA664C

Black with #DA664C

Text Example


Text Example

White with #DA664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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