Html Css Color HEX #DC6252 Flamingo

📋 copy color: '#DC6252'

red 220 ◦ green 98 ◦ blue 82

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

Shades of Flamingo #DC6252

Tints of Flamingo #DC6252

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.5%

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

R = 55%
G = 24.5%
B = 20.5%

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

#DC6252 (or 0xDC6252) is known color: Flamingo. HEX triplet: DC, 62 and 52. RGB value is (220,98,82). Sum of RGB (Red+Green+Blue) = 220+98+82=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6252 is #239DAD. Grayscale: #848484. Windows color (decimal): -2334126 or 5399260. OLE color: 5399260.

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

Color convert

RGB 220 98 82 -
CMYK 0 0.55 0.63 0.14
HSL 6.96º 0.66% 0.59% -
HSV(B) 6.96º 0.63% 0.86% -
XYZ 35.41 24.56 10.86 -
YUV 132.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 220 98 82 0 0.55 0.63 0.14 6.96 0.66 0.59
Hex DC 62 52 0 37 3F E 7 42 3B
Octal 334 142 122 0 67 77 16 7 102 73
Binary 11011100 1100010 1010010 0 110111 111111 1110 111 1000010 111011

Color Harmonies of #DC6252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6252

Black with #DC6252

Text Example


Text Example

White with #DC6252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6252; }

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

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

background-color css

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

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

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

border-color css

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

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

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