Html Css Color HEX #DA694D Flamingo

📋 copy color: '#DA694D'

red 218 ◦ green 105 ◦ blue 77

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

Shades of Flamingo #DA694D

Tints of Flamingo #DA694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.25%

R = 54.5%
G = 26.25%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA694D (or 0xDA694D) is known color: Flamingo. HEX triplet: DA, 69 and 4D. RGB value is (218,105,77). Sum of RGB (Red+Green+Blue) = 218+105+77=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA694D is #2596B2. Grayscale: #878787. Windows color (decimal): -2463411 or 5073370. OLE color: 5073370.

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

Color convert

RGB 218 105 77 -
CMYK 0 0.52 0.65 0.15
HSL 11.91º 0.66% 0.58% -
HSV(B) 11.91º 0.65% 0.85% -
XYZ 35.3 25.54 10.09 -
YUV 135.6 94.94 186.78 -
System Red Green Blue C M Y K H S L
Decimal 218 105 77 0 0.52 0.65 0.15 11.91 0.66 0.58
Hex DA 69 4D 0 34 41 F C 42 3A
Octal 332 151 115 0 64 101 17 14 102 72
Binary 11011010 1101001 1001101 0 110100 1000001 1111 1100 1000010 111010

Color Harmonies of #DA694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA694D

Black with #DA694D

Text Example


Text Example

White with #DA694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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