Html Css Color HEX #DA6750 Flamingo

📋 copy color: '#DA6750'

red 218 ◦ green 103 ◦ blue 80

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

Shades of Flamingo #DA6750

Tints of Flamingo #DA6750

RGB

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

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

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

R = 54.36%
G = 25.69%
B = 19.95%

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

#DA6750 (or 0xDA6750) is known color: Flamingo. HEX triplet: DA, 67 and 50. RGB value is (218,103,80). Sum of RGB (Red+Green+Blue) = 218+103+80=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6750 is #2598AF. Grayscale: #868686. Windows color (decimal): -2463920 or 5269466. OLE color: 5269466.

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

Color convert

RGB 218 103 80 -
CMYK 0 0.53 0.63 0.15
HSL 10º 0.65% 0.58% -
HSV(B) 10º 0.63% 0.85% -
XYZ 35.21 25.19 10.59 -
YUV 134.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 218 103 80 0 0.53 0.63 0.15 10 0.65 0.58
Hex DA 67 50 0 35 3F F A 41 3A
Octal 332 147 120 0 65 77 17 12 101 72
Binary 11011010 1100111 1010000 0 110101 111111 1111 1010 1000001 111010

Color Harmonies of #DA6750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6750

Black with #DA6750

Text Example


Text Example

White with #DA6750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6750; }

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

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

background-color css

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

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

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

border-color css

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

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

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