Html Css Color HEX #DA6749 Flamingo

📋 copy color: '#DA6749'

red 218 ◦ green 103 ◦ blue 73

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

Shades of Flamingo #DA6749

Tints of Flamingo #DA6749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.14%

 BLUE value IS 73 (28.91% from 255) = 18.53%

R = 55.33%
G = 26.14%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA6749 (or 0xDA6749) is known color: Flamingo. HEX triplet: DA, 67 and 49. RGB value is (218,103,73). Sum of RGB (Red+Green+Blue) = 218+103+73=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6749 is #2598B6. Grayscale: #868686. Windows color (decimal): -2463927 or 4810714. OLE color: 4810714.

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

Color convert

RGB 218 103 73 -
CMYK 0 0.53 0.67 0.15
HSL 12.41º 0.66% 0.57% -
HSV(B) 12.41º 0.67% 0.85% -
XYZ 34.97 25.09 9.3 -
YUV 133.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 218 103 73 0 0.53 0.67 0.15 12.41 0.66 0.57
Hex DA 67 49 0 35 43 F C 42 39
Octal 332 147 111 0 65 103 17 14 102 71
Binary 11011010 1100111 1001001 0 110101 1000011 1111 1100 1000010 111001

Color Harmonies of #DA6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6749

Black with #DA6749

Text Example


Text Example

White with #DA6749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6749; }

 p { color: rgb(218,103,73); }

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

background-color css

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

 a { background-color: rgb(218,103,73); }

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

border-color css

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

 span { border-color: rgb(218,103,73); }

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