Html Css Color HEX #DA6652 Flamingo

📋 copy color: '#DA6652'

red 218 ◦ green 102 ◦ blue 82

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

Shades of Flamingo #DA6652

Tints of Flamingo #DA6652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.37%

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

R = 54.23%
G = 25.37%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA6652 (or 0xDA6652) is known color: Flamingo. HEX triplet: DA, 66 and 52. RGB value is (218,102,82). Sum of RGB (Red+Green+Blue) = 218+102+82=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6652 is #2599AD. Grayscale: #868686. Windows color (decimal): -2464174 or 5400282. OLE color: 5400282.

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

Color convert

RGB 218 102 82 -
CMYK 0 0.53 0.62 0.15
HSL 8.82º 0.65% 0.59% -
HSV(B) 8.82º 0.62% 0.85% -
XYZ 35.19 25.02 10.96 -
YUV 134.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 218 102 82 0 0.53 0.62 0.15 8.82 0.65 0.59
Hex DA 66 52 0 35 3E F 9 41 3B
Octal 332 146 122 0 65 76 17 11 101 73
Binary 11011010 1100110 1010010 0 110101 111110 1111 1001 1000001 111011

Color Harmonies of #DA6652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6652

Black with #DA6652

Text Example


Text Example

White with #DA6652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6652; }

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

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

background-color css

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

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

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

border-color css

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

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

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