Html Css Color HEX #DA6552 Flamingo

📋 copy color: '#DA6552'

red 218 ◦ green 101 ◦ blue 82

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

Shades of Flamingo #DA6552

Tints of Flamingo #DA6552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.19%

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 54.36%
G = 25.19%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA6552 (or 0xDA6552) is known color: Flamingo. HEX triplet: DA, 65 and 52. RGB value is (218,101,82). Sum of RGB (Red+Green+Blue) = 218+101+82=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6552 is #259AAD. Grayscale: #868686. Windows color (decimal): -2464430 or 5400026. OLE color: 5400026.

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

Color convert

RGB 218 101 82 -
CMYK 0 0.54 0.62 0.15
HSL 8.38º 0.65% 0.59% -
HSV(B) 8.38º 0.62% 0.85% -
XYZ 35.09 24.82 10.92 -
YUV 133.82 98.76 188.04 -
System Red Green Blue C M Y K H S L
Decimal 218 101 82 0 0.54 0.62 0.15 8.38 0.65 0.59
Hex DA 65 52 0 36 3E F 8 41 3B
Octal 332 145 122 0 66 76 17 10 101 73
Binary 11011010 1100101 1010010 0 110110 111110 1111 1000 1000001 111011

Color Harmonies of #DA6552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6552

Black with #DA6552

Text Example


Text Example

White with #DA6552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6552; }

 p { color: rgb(218,101,82); }

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

background-color css

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

 a { background-color: rgb(218,101,82); }

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

border-color css

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

 span { border-color: rgb(218,101,82); }

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