Html Css Color HEX #DA694E Flamingo

📋 copy color: '#DA694E'

red 218 ◦ green 105 ◦ blue 78

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

Shades of Flamingo #DA694E

Tints of Flamingo #DA694E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.18%

 BLUE value IS 78 (30.86% from 255) = 19.45%

R = 54.36%
G = 26.18%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA694E (or 0xDA694E) is known color: Flamingo. HEX triplet: DA, 69 and 4E. RGB value is (218,105,78). Sum of RGB (Red+Green+Blue) = 218+105+78=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA694E is #2596B1. Grayscale: #878787. Windows color (decimal): -2463410 or 5138906. OLE color: 5138906.

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

Color convert

RGB 218 105 78 -
CMYK 0 0.52 0.64 0.15
HSL 11.57º 0.65% 0.58% -
HSV(B) 11.57º 0.64% 0.85% -
XYZ 35.34 25.56 10.28 -
YUV 135.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 218 105 78 0 0.52 0.64 0.15 11.57 0.65 0.58
Hex DA 69 4E 0 34 40 F C 41 3A
Octal 332 151 116 0 64 100 17 14 101 72
Binary 11011010 1101001 1001110 0 110100 1000000 1111 1100 1000001 111010

Color Harmonies of #DA694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA694E

Black with #DA694E

Text Example


Text Example

White with #DA694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA694E; }

 p { color: rgb(218,105,78); }

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

background-color css

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

 a { background-color: rgb(218,105,78); }

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

border-color css

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

 span { border-color: rgb(218,105,78); }

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