Html Css Color HEX #DA6B4F Flamingo

📋 copy color: '#DA6B4F'

red 218 ◦ green 107 ◦ blue 79

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

Shades of Flamingo #DA6B4F

Tints of Flamingo #DA6B4F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.49%

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

R = 53.96%
G = 26.49%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA6B4F (or 0xDA6B4F) is known color: Flamingo. HEX triplet: DA, 6B and 4F. RGB value is (218,107,79). Sum of RGB (Red+Green+Blue) = 218+107+79=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B4F is #2594B0. Grayscale: #898989. Windows color (decimal): -2462897 or 5204954. OLE color: 5204954.

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

Color convert

RGB 218 107 79 -
CMYK 0 0.51 0.64 0.15
HSL 12.09º 0.65% 0.58% -
HSV(B) 12.09º 0.64% 0.85% -
XYZ 35.58 25.99 10.54 -
YUV 137 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 218 107 79 0 0.51 0.64 0.15 12.09 0.65 0.58
Hex DA 6B 4F 0 33 40 F C 41 3A
Octal 332 153 117 0 63 100 17 14 101 72
Binary 11011010 1101011 1001111 0 110011 1000000 1111 1100 1000001 111010

Color Harmonies of #DA6B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6B4F

Black with #DA6B4F

Text Example


Text Example

White with #DA6B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6B4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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