Html Css Color HEX #DA6851 Flamingo

📋 copy color: '#DA6851'

red 218 ◦ green 104 ◦ blue 81

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

Shades of Flamingo #DA6851

Tints of Flamingo #DA6851

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

 BLUE value IS 81 (32.03% from 255) = 20.1%

R = 54.09%
G = 25.81%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA6851 (or 0xDA6851) is known color: Flamingo. HEX triplet: DA, 68 and 51. RGB value is (218,104,81). Sum of RGB (Red+Green+Blue) = 218+104+81=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6851 is #2597AE. Grayscale: #878787. Windows color (decimal): -2463663 or 5335258. OLE color: 5335258.

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

Color convert

RGB 218 104 81 -
CMYK 0 0.52 0.63 0.15
HSL 10.07º 0.65% 0.59% -
HSV(B) 10.07º 0.63% 0.85% -
XYZ 35.35 25.4 10.82 -
YUV 135.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 218 104 81 0 0.52 0.63 0.15 10.07 0.65 0.59
Hex DA 68 51 0 34 3F F A 41 3B
Octal 332 150 121 0 64 77 17 12 101 73
Binary 11011010 1101000 1010001 0 110100 111111 1111 1010 1000001 111011

Color Harmonies of #DA6851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6851

Black with #DA6851

Text Example


Text Example

White with #DA6851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6851; }

 p { color: rgb(218,104,81); }

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

background-color css

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

 a { background-color: rgb(218,104,81); }

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

border-color css

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

 span { border-color: rgb(218,104,81); }

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