Html Css Color HEX #DA6548 Flamingo

📋 copy color: '#DA6548'

red 218 ◦ green 101 ◦ blue 72

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

Shades of Flamingo #DA6548

Tints of Flamingo #DA6548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.41%

R = 55.75%
G = 25.83%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA6548 (or 0xDA6548) is known color: Flamingo. HEX triplet: DA, 65 and 48. RGB value is (218,101,72). Sum of RGB (Red+Green+Blue) = 218+101+72=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6548 is #259AB7. Grayscale: #848484. Windows color (decimal): -2464440 or 4744666. OLE color: 4744666.

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

Color convert

RGB 218 101 72 -
CMYK 0 0.54 0.67 0.15
HSL 11.92º 0.66% 0.57% -
HSV(B) 11.92º 0.67% 0.85% -
XYZ 34.74 24.68 9.06 -
YUV 132.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 218 101 72 0 0.54 0.67 0.15 11.92 0.66 0.57
Hex DA 65 48 0 36 43 F C 42 39
Octal 332 145 110 0 66 103 17 14 102 71
Binary 11011010 1100101 1001000 0 110110 1000011 1111 1100 1000010 111001

Color Harmonies of #DA6548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6548

Black with #DA6548

Text Example


Text Example

White with #DA6548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6548; }

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

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

background-color css

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

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

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

border-color css

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

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

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