Html Css Color HEX #DA6453 Flamingo

📋 copy color: '#DA6453'

red 218 ◦ green 100 ◦ blue 83

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

Shades of Flamingo #DA6453

Tints of Flamingo #DA6453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.7%

R = 54.36%
G = 24.94%
B = 20.7%

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

#DA6453 (or 0xDA6453) is known color: Flamingo. HEX triplet: DA, 64 and 53. RGB value is (218,100,83). Sum of RGB (Red+Green+Blue) = 218+100+83=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6453 is #259BAC. Grayscale: #858585. Windows color (decimal): -2464685 or 5465306. OLE color: 5465306.

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

Color convert

RGB 218 100 83 -
CMYK 0 0.54 0.62 0.15
HSL 7.56º 0.65% 0.59% -
HSV(B) 7.56º 0.62% 0.85% -
XYZ 35.03 24.64 11.09 -
YUV 133.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 218 100 83 0 0.54 0.62 0.15 7.56 0.65 0.59
Hex DA 64 53 0 36 3E F 8 41 3B
Octal 332 144 123 0 66 76 17 10 101 73
Binary 11011010 1100100 1010011 0 110110 111110 1111 1000 1000001 111011

Color Harmonies of #DA6453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6453

Black with #DA6453

Text Example


Text Example

White with #DA6453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6453; }

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

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

background-color css

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

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

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

border-color css

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

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

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