Html Css Color HEX #DA6D4F Flamingo

📋 copy color: '#DA6D4F'

red 218 ◦ green 109 ◦ blue 79

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

Shades of Flamingo #DA6D4F

Tints of Flamingo #DA6D4F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.85%

 BLUE value IS 79 (31.25% from 255) = 19.46%

R = 53.69%
G = 26.85%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA6D4F (or 0xDA6D4F) is known color: Flamingo. HEX triplet: DA, 6D and 4F. RGB value is (218,109,79). Sum of RGB (Red+Green+Blue) = 218+109+79=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D4F is #2592B0. Grayscale: #8A8A8A. Windows color (decimal): -2462385 or 5205466. OLE color: 5205466.

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

Color convert

RGB 218 109 79 -
CMYK 0 0.5 0.64 0.15
HSL 12.95º 0.65% 0.58% -
HSV(B) 12.95º 0.64% 0.85% -
XYZ 35.79 26.41 10.61 -
YUV 138.17 94.61 184.94 -
System Red Green Blue C M Y K H S L
Decimal 218 109 79 0 0.5 0.64 0.15 12.95 0.65 0.58
Hex DA 6D 4F 0 32 40 F D 41 3A
Octal 332 155 117 0 62 100 17 15 101 72
Binary 11011010 1101101 1001111 0 110010 1000000 1111 1101 1000001 111010

Color Harmonies of #DA6D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D4F

Black with #DA6D4F

Text Example


Text Example

White with #DA6D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D4F; }

 p { color: rgb(218,109,79); }

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

background-color css

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

 a { background-color: rgb(218,109,79); }

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

border-color css

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

 span { border-color: rgb(218,109,79); }

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