Html Css Color HEX #DC634C Flamingo

📋 copy color: '#DC634C'

red 220 ◦ green 99 ◦ blue 76

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

Shades of Flamingo #DC634C

Tints of Flamingo #DC634C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.24%

R = 55.7%
G = 25.06%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC634C (or 0xDC634C) is known color: Flamingo. HEX triplet: DC, 63 and 4C. RGB value is (220,99,76). Sum of RGB (Red+Green+Blue) = 220+99+76=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC634C is #239CB3. Grayscale: #848484. Windows color (decimal): -2333876 or 5006300. OLE color: 5006300.

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

Color convert

RGB 220 99 76 -
CMYK 0 0.55 0.65 0.14
HSL 9.58º 0.67% 0.58% -
HSV(B) 9.58º 0.65% 0.86% -
XYZ 35.28 24.66 9.74 -
YUV 132.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 220 99 76 0 0.55 0.65 0.14 9.58 0.67 0.58
Hex DC 63 4C 0 37 41 E A 43 3A
Octal 334 143 114 0 67 101 16 12 103 72
Binary 11011100 1100011 1001100 0 110111 1000001 1110 1010 1000011 111010

Color Harmonies of #DC634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC634C

Black with #DC634C

Text Example


Text Example

White with #DC634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC634C; }

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

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

background-color css

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

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

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

border-color css

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

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

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