Html Css Color HEX #DA6651 Flamingo

📋 copy color: '#DA6651'

red 218 ◦ green 102 ◦ blue 81

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

Shades of Flamingo #DA6651

Tints of Flamingo #DA6651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.44%

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

R = 54.36%
G = 25.44%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA6651 (or 0xDA6651) is known color: Flamingo. HEX triplet: DA, 66 and 51. RGB value is (218,102,81). Sum of RGB (Red+Green+Blue) = 218+102+81=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6651 is #2599AE. Grayscale: #868686. Windows color (decimal): -2464175 or 5334746. OLE color: 5334746.

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

Color convert

RGB 218 102 81 -
CMYK 0 0.53 0.63 0.15
HSL 9.2º 0.65% 0.59% -
HSV(B) 9.2º 0.63% 0.85% -
XYZ 35.15 25 10.76 -
YUV 134.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 218 102 81 0 0.53 0.63 0.15 9.2 0.65 0.59
Hex DA 66 51 0 35 3F F 9 41 3B
Octal 332 146 121 0 65 77 17 11 101 73
Binary 11011010 1100110 1010001 0 110101 111111 1111 1001 1000001 111011

Color Harmonies of #DA6651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6651

Black with #DA6651

Text Example


Text Example

White with #DA6651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6651; }

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

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

background-color css

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

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

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

border-color css

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

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

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