Html Css Color HEX #DA6B4A Flamingo

📋 copy color: '#DA6B4A'

red 218 ◦ green 107 ◦ blue 74

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

Shades of Flamingo #DA6B4A

Tints of Flamingo #DA6B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.55%

R = 54.64%
G = 26.82%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA6B4A (or 0xDA6B4A) is known color: Flamingo. HEX triplet: DA, 6B and 4A. RGB value is (218,107,74). Sum of RGB (Red+Green+Blue) = 218+107+74=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6B4A is #2594B5. Grayscale: #888888. Windows color (decimal): -2462902 or 4877274. OLE color: 4877274.

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

Color convert

RGB 218 107 74 -
CMYK 0 0.51 0.66 0.15
HSL 13.75º 0.66% 0.57% -
HSV(B) 13.75º 0.66% 0.85% -
XYZ 35.41 25.92 9.61 -
YUV 136.43 92.77 186.18 -
System Red Green Blue C M Y K H S L
Decimal 218 107 74 0 0.51 0.66 0.15 13.75 0.66 0.57
Hex DA 6B 4A 0 33 42 F E 42 39
Octal 332 153 112 0 63 102 17 16 102 71
Binary 11011010 1101011 1001010 0 110011 1000010 1111 1110 1000010 111001

Color Harmonies of #DA6B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6B4A

Black with #DA6B4A

Text Example


Text Example

White with #DA6B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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