Html Css Color HEX #DC6352 Flamingo

📋 copy color: '#DC6352'

red 220 ◦ green 99 ◦ blue 82

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

Shades of Flamingo #DC6352

Tints of Flamingo #DC6352

RGB

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

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

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

R = 54.86%
G = 24.69%
B = 20.45%

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

#DC6352 (or 0xDC6352) is known color: Flamingo. HEX triplet: DC, 63 and 52. RGB value is (220,99,82). Sum of RGB (Red+Green+Blue) = 220+99+82=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6352 is #239CAD. Grayscale: #858585. Windows color (decimal): -2333870 or 5399516. OLE color: 5399516.

HSL color Cylindrical-coordinate representation of color #DC6352: hue angle of 7.39º 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 #DC6352 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 99 82 -
CMYK 0 0.55 0.63 0.14
HSL 7.39º 0.66% 0.59% -
HSV(B) 7.39º 0.63% 0.86% -
XYZ 35.5 24.75 10.89 -
YUV 133.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 220 99 82 0 0.55 0.63 0.14 7.39 0.66 0.59
Hex DC 63 52 0 37 3F E 7 42 3B
Octal 334 143 122 0 67 77 16 7 102 73
Binary 11011100 1100011 1010010 0 110111 111111 1110 111 1000010 111011

Color Harmonies of #DC6352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6352

Black with #DC6352

Text Example


Text Example

White with #DC6352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6352; }

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

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

background-color css

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

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

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

border-color css

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

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

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