Html Css Color HEX #DA6755 Flamingo

📋 copy color: '#DA6755'

red 218 ◦ green 103 ◦ blue 85

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

Shades of Flamingo #DA6755

Tints of Flamingo #DA6755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.94%

R = 53.69%
G = 25.37%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA6755 (or 0xDA6755) is known color: Flamingo. HEX triplet: DA, 67 and 55. RGB value is (218,103,85). Sum of RGB (Red+Green+Blue) = 218+103+85=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6755 is #2598AA. Grayscale: #878787. Windows color (decimal): -2463915 or 5597146. OLE color: 5597146.

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

Color convert

RGB 218 103 85 -
CMYK 0 0.53 0.61 0.15
HSL 8.12º 0.64% 0.59% -
HSV(B) 8.12º 0.61% 0.85% -
XYZ 35.4 25.26 11.6 -
YUV 135.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 218 103 85 0 0.53 0.61 0.15 8.12 0.64 0.59
Hex DA 67 55 0 35 3D F 8 40 3B
Octal 332 147 125 0 65 75 17 10 100 73
Binary 11011010 1100111 1010101 0 110101 111101 1111 1000 1000000 111011

Color Harmonies of #DA6755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6755

Black with #DA6755

Text Example


Text Example

White with #DA6755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6755; }

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

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

background-color css

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

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

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

border-color css

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

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

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