Html Css Color HEX #DA6044 Flamingo

📋 copy color: '#DA6044'

red 218 ◦ green 96 ◦ blue 68

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

Shades of Flamingo #DA6044

Tints of Flamingo #DA6044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.13%

 BLUE value IS 68 (26.95% from 255) = 17.8%

R = 57.07%
G = 25.13%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA6044 (or 0xDA6044) is known color: Flamingo. HEX triplet: DA, 60 and 44. RGB value is (218,96,68). Sum of RGB (Red+Green+Blue) = 218+96+68=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6044 is #259FBB. Grayscale: #818181. Windows color (decimal): -2465724 or 4481242. OLE color: 4481242.

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

Color convert

RGB 218 96 68 -
CMYK 0 0.56 0.69 0.15
HSL 11.2º 0.67% 0.56% -
HSV(B) 11.2º 0.69% 0.85% -
XYZ 34.14 23.69 8.24 -
YUV 129.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 218 96 68 0 0.56 0.69 0.15 11.2 0.67 0.56
Hex DA 60 44 0 38 45 F B 43 38
Octal 332 140 104 0 70 105 17 13 103 70
Binary 11011010 1100000 1000100 0 111000 1000101 1111 1011 1000011 111000

Color Harmonies of #DA6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6044

Black with #DA6044

Text Example


Text Example

White with #DA6044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6044; }

 p { color: rgb(218,96,68); }

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

background-color css

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

 a { background-color: rgb(218,96,68); }

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

border-color css

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

 span { border-color: rgb(218,96,68); }

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