Html Css Color HEX #DA6452 Flamingo

📋 copy color: '#DA6452'

red 218 ◦ green 100 ◦ blue 82

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

Shades of Flamingo #DA6452

Tints of Flamingo #DA6452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

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

R = 54.5%
G = 25%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA6452 (or 0xDA6452) is known color: Flamingo. HEX triplet: DA, 64 and 52. RGB value is (218,100,82). Sum of RGB (Red+Green+Blue) = 218+100+82=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6452 is #259BAD. Grayscale: #858585. Windows color (decimal): -2464686 or 5399770. OLE color: 5399770.

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

Color convert

RGB 218 100 82 -
CMYK 0 0.54 0.62 0.15
HSL 7.94º 0.65% 0.59% -
HSV(B) 7.94º 0.62% 0.85% -
XYZ 34.99 24.63 10.89 -
YUV 133.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 218 100 82 0 0.54 0.62 0.15 7.94 0.65 0.59
Hex DA 64 52 0 36 3E F 8 41 3B
Octal 332 144 122 0 66 76 17 10 101 73
Binary 11011010 1100100 1010010 0 110110 111110 1111 1000 1000001 111011

Color Harmonies of #DA6452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6452

Black with #DA6452

Text Example


Text Example

White with #DA6452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6452; }

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

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

background-color css

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

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

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

border-color css

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

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

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