Html Css Color HEX #DA6348 Flamingo

📋 copy color: '#DA6348'

red 218 ◦ green 99 ◦ blue 72

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

Shades of Flamingo #DA6348

Tints of Flamingo #DA6348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.51%

R = 56.04%
G = 25.45%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA6348 (or 0xDA6348) is known color: Flamingo. HEX triplet: DA, 63 and 48. RGB value is (218,99,72). Sum of RGB (Red+Green+Blue) = 218+99+72=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6348 is #259CB7. Grayscale: #838383. Windows color (decimal): -2464952 or 4744154. OLE color: 4744154.

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

Color convert

RGB 218 99 72 -
CMYK 0 0.55 0.67 0.15
HSL 11.1º 0.66% 0.57% -
HSV(B) 11.1º 0.67% 0.85% -
XYZ 34.54 24.3 9 -
YUV 131.5 94.42 189.7 -
System Red Green Blue C M Y K H S L
Decimal 218 99 72 0 0.55 0.67 0.15 11.1 0.66 0.57
Hex DA 63 48 0 37 43 F B 42 39
Octal 332 143 110 0 67 103 17 13 102 71
Binary 11011010 1100011 1001000 0 110111 1000011 1111 1011 1000010 111001

Color Harmonies of #DA6348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6348

Black with #DA6348

Text Example


Text Example

White with #DA6348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6348; }

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

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

background-color css

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

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

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

border-color css

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

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

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