Html Css Color HEX #DA6248 Flamingo

📋 copy color: '#DA6248'

red 218 ◦ green 98 ◦ blue 72

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

Shades of Flamingo #DA6248

Tints of Flamingo #DA6248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.26%

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

R = 56.19%
G = 25.26%
B = 18.56%

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

#DA6248 (or 0xDA6248) is known color: Flamingo. HEX triplet: DA, 62 and 48. RGB value is (218,98,72). Sum of RGB (Red+Green+Blue) = 218+98+72=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6248 is #259DB7. Grayscale: #838383. Windows color (decimal): -2465208 or 4743898. OLE color: 4743898.

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

Color convert

RGB 218 98 72 -
CMYK 0 0.55 0.67 0.15
HSL 10.68º 0.66% 0.57% -
HSV(B) 10.68º 0.67% 0.85% -
XYZ 34.45 24.11 8.97 -
YUV 130.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 218 98 72 0 0.55 0.67 0.15 10.68 0.66 0.57
Hex DA 62 48 0 37 43 F B 42 39
Octal 332 142 110 0 67 103 17 13 102 71
Binary 11011010 1100010 1001000 0 110111 1000011 1111 1011 1000010 111001

Color Harmonies of #DA6248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6248

Black with #DA6248

Text Example


Text Example

White with #DA6248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6248; }

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

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

background-color css

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

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

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

border-color css

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

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

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