Html Css Color HEX #DC6452 Flamingo

📋 copy color: '#DC6452'

red 220 ◦ green 100 ◦ blue 82

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

Shades of Flamingo #DC6452

Tints of Flamingo #DC6452

RGB

 RED value IS 220 (86.33% from 255) = 54.73%

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

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

R = 54.73%
G = 24.88%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC6452 (or 0xDC6452) is known color: Flamingo. HEX triplet: DC, 64 and 52. RGB value is (220,100,82). Sum of RGB (Red+Green+Blue) = 220+100+82=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6452 is #239BAD. Grayscale: #868686. Windows color (decimal): -2333614 or 5399772. OLE color: 5399772.

HSL color Cylindrical-coordinate representation of color #DC6452: hue angle of 7.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC6452 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 100 82 -
CMYK 0 0.55 0.63 0.14
HSL 7.83º 0.66% 0.59% -
HSV(B) 7.83º 0.63% 0.86% -
XYZ 35.6 24.94 10.92 -
YUV 133.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 220 100 82 0 0.55 0.63 0.14 7.83 0.66 0.59
Hex DC 64 52 0 37 3F E 8 42 3B
Octal 334 144 122 0 67 77 16 10 102 73
Binary 11011100 1100100 1010010 0 110111 111111 1110 1000 1000010 111011

Color Harmonies of #DC6452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6452

Black with #DC6452

Text Example


Text Example

White with #DC6452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6452; }

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

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

background-color css

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

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

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

border-color css

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

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

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