Html Css Color HEX #DC6152 Flamingo

📋 copy color: '#DC6152'

red 220 ◦ green 97 ◦ blue 82

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

Shades of Flamingo #DC6152

Tints of Flamingo #DC6152

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.31%

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

R = 55.14%
G = 24.31%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC6152 (or 0xDC6152) is known color: Flamingo. HEX triplet: DC, 61 and 52. RGB value is (220,97,82). Sum of RGB (Red+Green+Blue) = 220+97+82=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6152 is #239EAD. Grayscale: #848484. Windows color (decimal): -2334382 or 5399004. OLE color: 5399004.

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

Color convert

RGB 220 97 82 -
CMYK 0 0.56 0.63 0.14
HSL 6.52º 0.66% 0.59% -
HSV(B) 6.52º 0.63% 0.86% -
XYZ 35.31 24.37 10.83 -
YUV 132.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 220 97 82 0 0.56 0.63 0.14 6.52 0.66 0.59
Hex DC 61 52 0 38 3F E 7 42 3B
Octal 334 141 122 0 70 77 16 7 102 73
Binary 11011100 1100001 1010010 0 111000 111111 1110 111 1000010 111011

Color Harmonies of #DC6152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6152

Black with #DC6152

Text Example


Text Example

White with #DC6152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6152; }

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

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

background-color css

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

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

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

border-color css

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

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

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