Html Css Color HEX #DA6352 Flamingo

📋 copy color: '#DA6352'

red 218 ◦ green 99 ◦ blue 82

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

Shades of Flamingo #DA6352

Tints of Flamingo #DA6352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.55%

R = 54.64%
G = 24.81%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA6352 (or 0xDA6352) is known color: Flamingo. HEX triplet: DA, 63 and 52. RGB value is (218,99,82). Sum of RGB (Red+Green+Blue) = 218+99+82=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6352 is #259CAD. Grayscale: #848484. Windows color (decimal): -2464942 or 5399514. OLE color: 5399514.

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

Color convert

RGB 218 99 82 -
CMYK 0 0.55 0.62 0.15
HSL 7.5º 0.65% 0.59% -
HSV(B) 7.5º 0.62% 0.85% -
XYZ 34.9 24.44 10.86 -
YUV 132.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 218 99 82 0 0.55 0.62 0.15 7.5 0.65 0.59
Hex DA 63 52 0 37 3E F 8 41 3B
Octal 332 143 122 0 67 76 17 10 101 73
Binary 11011010 1100011 1010010 0 110111 111110 1111 1000 1000001 111011

Color Harmonies of #DA6352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6352

Black with #DA6352

Text Example


Text Example

White with #DA6352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6352; }

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

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

background-color css

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

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

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

border-color css

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

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

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