Html Css Color HEX #DA6C4C Flamingo

📋 copy color: '#DA6C4C'

red 218 ◦ green 108 ◦ blue 76

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

Shades of Flamingo #DA6C4C

Tints of Flamingo #DA6C4C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.87%

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

R = 54.23%
G = 26.87%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA6C4C (or 0xDA6C4C) is known color: Flamingo. HEX triplet: DA, 6C and 4C. RGB value is (218,108,76). Sum of RGB (Red+Green+Blue) = 218+108+76=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6C4C is #2593B3. Grayscale: #898989. Windows color (decimal): -2462644 or 5008602. OLE color: 5008602.

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

Color convert

RGB 218 108 76 -
CMYK 0 0.50 0.65 0.15
HSL 13.52º 0.66% 0.58% -
HSV(B) 13.52º 0.65% 0.85% -
XYZ 35.58 26.15 10.01 -
YUV 137.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 218 108 76 0 0.50 0.65 0.15 13.52 0.66 0.58
Hex DA 6C 4C 0 32 41 F E 42 3A
Octal 332 154 114 0 62 101 17 16 102 72
Binary 11011010 1101100 1001100 0 110010 1000001 1111 1110 1000010 111010

Color Harmonies of #DA6C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6C4C

Black with #DA6C4C

Text Example


Text Example

White with #DA6C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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