Html Css Color HEX #DA6346 Flamingo

📋 copy color: '#DA6346'

red 218 ◦ green 99 ◦ blue 70

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

Shades of Flamingo #DA6346

Tints of Flamingo #DA6346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.58%

 BLUE value IS 70 (27.73% from 255) = 18.09%

R = 56.33%
G = 25.58%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA6346 (or 0xDA6346) is known color: Flamingo. HEX triplet: DA, 63 and 46. RGB value is (218,99,70). Sum of RGB (Red+Green+Blue) = 218+99+70=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6346 is #259CB9. Grayscale: #838383. Windows color (decimal): -2464954 or 4613082. OLE color: 4613082.

HSL color Cylindrical-coordinate representation of color #DA6346: hue angle of 11.76º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA6346 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 99 70 -
CMYK 0 0.55 0.68 0.15
HSL 11.76º 0.67% 0.56% -
HSV(B) 11.76º 0.68% 0.85% -
XYZ 34.48 24.27 8.66 -
YUV 131.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 218 99 70 0 0.55 0.68 0.15 11.76 0.67 0.56
Hex DA 63 46 0 37 44 F C 43 38
Octal 332 143 106 0 67 104 17 14 103 70
Binary 11011010 1100011 1000110 0 110111 1000100 1111 1100 1000011 111000

Color Harmonies of #DA6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6346

Black with #DA6346

Text Example


Text Example

White with #DA6346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6346; }

 p { color: rgb(218,99,70); }

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

background-color css

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

 a { background-color: rgb(218,99,70); }

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

border-color css

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

 span { border-color: rgb(218,99,70); }

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