Html Css Color HEX #DA6650 Flamingo

📋 copy color: '#DA6650'

red 218 ◦ green 102 ◦ blue 80

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

Shades of Flamingo #DA6650

Tints of Flamingo #DA6650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20%

R = 54.5%
G = 25.5%
B = 20%

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

#DA6650 (or 0xDA6650) is known color: Flamingo. HEX triplet: DA, 66 and 50. RGB value is (218,102,80). Sum of RGB (Red+Green+Blue) = 218+102+80=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6650 is #2599AF. Grayscale: #868686. Windows color (decimal): -2464176 or 5269210. OLE color: 5269210.

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

Color convert

RGB 218 102 80 -
CMYK 0 0.53 0.63 0.15
HSL 9.57º 0.65% 0.58% -
HSV(B) 9.57º 0.63% 0.85% -
XYZ 35.11 24.99 10.56 -
YUV 134.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 218 102 80 0 0.53 0.63 0.15 9.57 0.65 0.58
Hex DA 66 50 0 35 3F F A 41 3A
Octal 332 146 120 0 65 77 17 12 101 72
Binary 11011010 1100110 1010000 0 110101 111111 1111 1010 1000001 111010

Color Harmonies of #DA6650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6650

Black with #DA6650

Text Example


Text Example

White with #DA6650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6650; }

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

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

background-color css

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

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

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

border-color css

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

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

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